Skip to content

Commit

Permalink
fix(typescript): authStrategy key in Octokit constructor options
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 22, 2020
1 parent f76a16c commit fb19f11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -50,6 +50,7 @@ declare namespace Octokit {
export interface EmptyParams {}

export interface Options {
authStrategy?: any;
auth?:
| string
| { username: string; password: string; on2fa: () => Promise<string> }
Expand Down

0 comments on commit fb19f11

Please sign in to comment.