mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
add default value for CustomClaims
This commit is contained in:
2
types/react-native-auth0/index.d.ts
vendored
2
types/react-native-auth0/index.d.ts
vendored
@@ -97,7 +97,7 @@ export class Auth {
|
||||
resetPassword(params: ResetPasswordParams): Promise<any>;
|
||||
revoke(params: RevokeParams): Promise<any>;
|
||||
/* tslint:disable-next-line no-unnecessary-generics */
|
||||
userInfo<CustomClaims>(params: UserInfoParams): Promise<UserInfo<CustomClaims>>;
|
||||
userInfo<CustomClaims = {}>(params: UserInfoParams): Promise<UserInfo<CustomClaims>>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user