diff --git a/types/react-native-auth0/index.d.ts b/types/react-native-auth0/index.d.ts index 1c0dc6ede3..e738cf69b3 100644 --- a/types/react-native-auth0/index.d.ts +++ b/types/react-native-auth0/index.d.ts @@ -97,7 +97,7 @@ export class Auth { resetPassword(params: ResetPasswordParams): Promise; revoke(params: RevokeParams): Promise; /* tslint:disable-next-line no-unnecessary-generics */ - userInfo(params: UserInfoParams): Promise>; + userInfo(params: UserInfoParams): Promise>; } /**