Diable tslint rule

This commit is contained in:
Andrea Ascari
2018-03-06 13:42:50 +01:00
parent 433cfd7138
commit 06aa888812

View File

@@ -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;