react-query-firebase / auth / UseUpdateProfileMutationVariables
Type Alias: UseUpdateProfileMutationVariables
ts
type UseUpdateProfileMutationVariables = object;
Defined in: src/auth/useUpdateProfileMutation.ts:6
Type declaration
displayName?
ts
optional displayName: string;
user
ts
user: User;