UNPKG

242 BTypeScriptView Raw
1import { request as Request } from "@octokit/request";
2import type { graphql as ApiInterface, RequestParameters } from "./types.js";
3export declare function withDefaults(request: typeof Request, newDefaults: RequestParameters): ApiInterface;