Skip to content

react-query-firebase / web/firestore / UseAddDocMutationValues

Type Alias: UseAddDocMutationValues<AppModelType>

ts
type UseAddDocMutationValues<AppModelType> = object;

Defined in: web/firestore/useAddDocMutation.ts:11

Type Parameters

AppModelType

AppModelType

Properties

data

ts
data: WithFieldValue<AppModelType>;

Defined in: web/firestore/useAddDocMutation.ts:15

Data to write

Released under the MIT License.