diff --git a/types/passport-linkedin-oauth2/index.d.ts b/types/passport-linkedin-oauth2/index.d.ts index 4262f0512a..36d7d76779 100644 --- a/types/passport-linkedin-oauth2/index.d.ts +++ b/types/passport-linkedin-oauth2/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/auth0/passport-linkedin-oauth2 // Definitions by: Andrew Vetovitz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.8 +// TypeScript Version: 2.3 import { Profile as passportProfile, AuthenticateOptions, Strategy as passportStrategy } from 'passport'; import { Request } from 'express';