Skip to content

Commit 11f8e63

Browse files
authoredMay 20, 2023
fix: export type only RestEndpointMethodTypes (#299)
Resolves #298
1 parent 5ca150f commit 11f8e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Octokit as Core } from "@octokit/core";
22
import { requestLog } from "@octokit/plugin-request-log";
33
import { paginateRest } from "@octokit/plugin-paginate-rest";
44
import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
5-
export { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
5+
export type { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
66

77
import { VERSION } from "./version";
88

0 commit comments

Comments
 (0)
Please sign in to comment.