Skip to content

react-query-firebase / react-native/auth / UseCreateUserWitEmailAndPasswordMutationVariables

Type Alias: UseCreateUserWitEmailAndPasswordMutationVariables

ts
type UseCreateUserWitEmailAndPasswordMutationVariables = object;

Defined in: react-native/auth/useCreateUserWitEmailAndPasswordMutation.ts:7

Properties

email

ts
email: string;

Defined in: react-native/auth/useCreateUserWitEmailAndPasswordMutation.ts:8


password

ts
password: string;

Defined in: react-native/auth/useCreateUserWitEmailAndPasswordMutation.ts:9

Released under the MIT License.