Skip to main content
Go to Latest
type alias Octokit
Re-export
import { type Octokit } from "https://deno.land/x/fathym_everything_as_code@v0.0.396/src/octokit.deps.ts";
definition: InstanceType<Octokit>
variable Octokit
Re-export
import { Octokit } from "https://deno.land/x/fathym_everything_as_code@v0.0.396/src/octokit.deps.ts";

type

OctokitCore & import("https://esm.sh/v135/@octokit/core@5.0.2/dist-types/types.d.ts").Constructor<
& { paginate: import("https://esm.sh/v135/@octokit/plugin-paginate-rest@9.1.4/dist-types/index.d.ts").PaginateInterface; }
& { graphql: import("https://esm.sh/v135/@octokit/graphql@7.0.2/dist-types/types~.d.ts").graphql & { paginate: (<ResponseType_1 extends object = any>(query: string, initialParameters?: Record<string, any> | undefined) => Promise<ResponseType_1>) & { iterator: <ResponseType_2 = any>(query: string, initialParameters?: Record<string, any> | undefined) => { [[Symbol.asyncIterator]]: () => { next(): Promise<{ done: boolean; value: ResponseType_2; }>; }; }; }; }; }
& import("https://esm.sh/v135/@octokit/plugin-rest-endpoint-methods@10.1.5/dist-types/types.d.ts").Api
& { retry: { retryRequest: (
error: import("https://esm.sh/v135/@octokit/request-error@5.0.1/dist-types/index.d.ts").RequestError,
retries: number,
retryAfter: number,
) => import("https://esm.sh/v135/@octokit/request-error@5.0.1/dist-types/index.d.ts").RequestError; }; }
>