diff --git a/index.d.ts b/index.d.ts index b628ab17..032ad17b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -50,6 +50,7 @@ declare namespace Octokit { export interface EmptyParams {} export interface Options { + authStrategy?: any; auth?: | string | { username: string; password: string; on2fa: () => Promise }