Skip to content

react-query-firebase / web/auth / UseUpdateProfileMutationVariables

Type Alias: UseUpdateProfileMutationVariables

ts
type UseUpdateProfileMutationVariables = object;

Defined in: web/auth/useUpdateProfileMutation.ts:6

Properties

displayName?

ts
optional displayName: string;

Defined in: web/auth/useUpdateProfileMutation.ts:7


user

ts
user: User;

Defined in: web/auth/useUpdateProfileMutation.ts:8

Released under the MIT License.