mirror of
https://github.com/actions/stale.git
synced 2026-06-30 22:02:43 +08:00
Initial import
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { GraphQlQueryResponse, Variables } from '@octokit/graphql';
|
||||
import Octokit from '@octokit/rest';
|
||||
export declare class GitHub extends Octokit {
|
||||
graphql: (query: string, variables?: Variables) => Promise<GraphQlQueryResponse>;
|
||||
constructor(token: string);
|
||||
}
|
||||
Reference in New Issue
Block a user