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