UNPKG

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