Skip to content

Commit

Permalink
fix TypeScript error to successfully build
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py committed Dec 8, 2019
1 parent 9d257c5 commit d3496e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions @types/octokit/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '@octokit/graphql' {
export type Variables = any
export type GraphQlQueryResponse = any
}

0 comments on commit d3496e1

Please sign in to comment.