mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Diable tslint rule
This commit is contained in:
1
types/react-native-auth0/index.d.ts
vendored
1
types/react-native-auth0/index.d.ts
vendored
@@ -80,6 +80,7 @@ export interface UserInfo {
|
||||
}
|
||||
export class Auth {
|
||||
authorizationUrl(params: AuthorizationUrlParams): string;
|
||||
/* tslint:disable-next-line no-unnecessary-generics */
|
||||
createUser<T>(user: CreateUserParams<T>): Promise<CreateUserResponse>;
|
||||
exchange(params: ExchangeParams): Promise<string>;
|
||||
logoutUrl(params: LogoutParams): string;
|
||||
|
||||
Reference in New Issue
Block a user