UNPKG

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