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