mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Merge pull request #34492 from taxilian/feature/Update_passport_google_oauth
FIx compile error w/ passport-google-oauth, latest passport typings, typescript 3.4
This commit is contained in:
2
types/passport-google-oauth/index.d.ts
vendored
2
types/passport-google-oauth/index.d.ts
vendored
@@ -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: (
|
||||
|
||||
Reference in New Issue
Block a user