diff --git a/types/react-native-auth0/index.d.ts b/types/react-native-auth0/index.d.ts index 152da0655c..153bfd65d9 100644 --- a/types/react-native-auth0/index.d.ts +++ b/types/react-native-auth0/index.d.ts @@ -80,6 +80,7 @@ export interface UserInfo { } export class Auth { authorizationUrl(params: AuthorizationUrlParams): string; + /* tslint:disable-next-line no-unnecessary-generics */ createUser(user: CreateUserParams): Promise; exchange(params: ExchangeParams): Promise; logoutUrl(params: LogoutParams): string;