frontend/.pnpm-store/v3/files/9d/701cfa8b8e207e54c6bd719318d53de5e26a4b721f8d837a4f2461a623d68f7d3cee4159328a17ea0614b90e48074622ec5ba0515354e1fb354b96de706e1b

12 lines
467 B
Plaintext

import { Octokit } from "@octokit/core";
export { RestEndpointMethodTypes } from "./generated/parameters-and-response-types";
import { Api } from "./types";
export declare function restEndpointMethods(octokit: Octokit): Api;
export declare namespace restEndpointMethods {
var VERSION: string;
}
export declare function legacyRestEndpointMethods(octokit: Octokit): Api["rest"] & Api;
export declare namespace legacyRestEndpointMethods {
var VERSION: string;
}