From 7778bc7c8222312aecef7cdca892f7ffd541161e Mon Sep 17 00:00:00 2001 From: Mark Nelissen Date: Wed, 19 Dec 2018 22:55:42 +0100 Subject: [PATCH] add default value for CustomClaims --- types/react-native-auth0/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; } /**