mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-04 07:52:51 +00:00
add default value for CustomClaims
This commit is contained in:
parent
f5c3a17d81
commit
7778bc7c82
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>>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user