diff --git a/src/index.ts b/src/index.ts index d8cb675..78d40e9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,7 @@ import { iterator } from "./iterator"; import { PaginateInterface } from "./types"; export { PaginateInterface } from "./types"; -import type { Octokit } from "@octokit/core"; +import { Octokit } from "@octokit/core"; /** * @param octokit Octokit instance