diff --git a/types/passport-google-oauth/index.d.ts b/types/passport-google-oauth/index.d.ts index 26ee9888b7..1c3524b16c 100644 --- a/types/passport-google-oauth/index.d.ts +++ b/types/passport-google-oauth/index.d.ts @@ -33,7 +33,7 @@ interface VerifyFunction { (error: any, user?: any, msg?: VerifyOptions): void; } -declare class OAuthStrategy extends passport.Strategy { +declare class OAuthStrategy implements passport.Strategy { constructor( options: IOAuthStrategyOption, verify: (