8000
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.
RestEndpointMethodTypes
1 parent 5ca150f commit 11f8e63Copy full SHA for 11f8e63
src/index.ts
@@ -2,7 +2,7 @@ import { Octokit as Core } from "@octokit/core";
2
import { requestLog } from "@octokit/plugin-request-log";
3
import { paginateRest } from "@octokit/plugin-paginate-rest";
4
import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
5
-export { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
+export type { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
6
7
import { VERSION } from "./version";
8
0 commit comments