UNPKG

527 BTypeScriptView Raw
1import { Octokit as Core } from "@octokit/core";
2export type { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
3export declare const Octokit: typeof Core & import("@octokit/core/dist-types/types.js").Constructor<{
4 paginate: import("@octokit/plugin-paginate-rest").PaginateInterface;
5} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/method-types.js").RestEndpointMethods & import("@octokit/plugin-rest-endpoint-methods").Api>;
6export type Octokit = InstanceType<typeof Octokit>;