5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
|
|
declare module '@octokit/graphql' {
|
||
|
|
export type Variables = any
|
||
|
|
export type GraphQlQueryResponse = any
|
||
|
|
}
|