diff --git a/types/snoowrap/index.d.ts b/types/snoowrap/index.d.ts index 069324ab60..987c35e49c 100644 --- a/types/snoowrap/index.d.ts +++ b/types/snoowrap/index.d.ts @@ -32,7 +32,7 @@ export = Snoowrap; declare class Snoowrap { static getAuthUrl(options: Snoowrap.AuthUrlOptions): string; - static fromAuthCode(options: Snoowrap.AuthCodeOptions): Snoowrap; + static fromAuthCode(options: Snoowrap.AuthCodeOptions): Promise; static noConflict(): typeof Snoowrap; accessToken: string;