Skip to content

react-query-firebase / web/auth / UseLinkWitCredentialMutationVariables

Type Alias: UseLinkWitCredentialMutationVariables

ts
type UseLinkWitCredentialMutationVariables = object;

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

Properties

credential

ts
credential: AuthCredential;

Defined in: web/auth/useLinkWithCredentialMutation.ts:9


user

ts
user: User;

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

Released under the MIT License.