Skip to content

Commit

Permalink
fix: export type only RestEndpointMethodTypes (#299)
Browse files Browse the repository at this point in the history
Resolves #298
  • Loading branch information
antfu committed May 20, 2023
1 parent 5ca150f commit 11f8e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -2,7 +2,7 @@ import { Octokit as Core } from "@octokit/core";
import { requestLog } from "@octokit/plugin-request-log";
import { paginateRest } from "@octokit/plugin-paginate-rest";
import { legacyRestEndpointMethods } from "@octokit/plugin-rest-endpoint-methods";
export { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
export type { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";

import { VERSION } from "./version";

Expand Down

0 comments on commit 11f8e63

Please sign in to comment.