Skip to content

react-query-firebase / auth / UseCreateUserWitEmailAndPasswordMutationVariables

Type Alias: UseCreateUserWitEmailAndPasswordMutationVariables

ts
type UseCreateUserWitEmailAndPasswordMutationVariables = object;

Defined in: src/auth/useCreateUserWitEmailAndPasswordMutation.ts:7

Type declaration

email

ts
email: string;

password

ts
password: string;

Released under the MIT License.