We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
octokit.rest.*
octokit.*
1 parent 17c4710 commit 9c63fe4Copy full SHA for 9c63fe4
src/types.ts
@@ -8,5 +8,4 @@ type EndpointMethodsObject = {
8
9
export type Api = {
10
registerEndpoints: (endpoints: EndpointMethodsObject) => void;
11
- rest: RestEndpointMethods;
12
-};
+} & RestEndpointMethods;
0 commit comments