From 06aa888812b7b7e55fd61de3fae5166178fb22a7 Mon Sep 17 00:00:00 2001 From: Andrea Ascari Date: Tue, 6 Mar 2018 13:42:50 +0100 Subject: [PATCH] Diable tslint rule --- types/react-native-auth0/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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;