react-query-firebase / firestore / UseAddDocMutationValues
Type Alias: UseAddDocMutationValues<AppModelType>
ts
type UseAddDocMutationValues<AppModelType> = object;
Defined in: src/firestore/useAddDocMutation.ts:14
Type Parameters
• AppModelType
Type declaration
data
ts
data: WithFieldValue<AppModelType>;