react-query-firebase / UseDeleteDocMutationValues
Type Alias: UseDeleteDocMutationValues<AppModelType>
ts
type UseDeleteDocMutationValues<AppModelType> = object;Defined in: src/web/firestore/useDeleteDocMutation.ts:11
Type Parameters
AppModelType
AppModelType extends AppModel = AppModel
Properties
data
ts
data: WithFieldValue<AppModelType>;Defined in: src/web/firestore/useDeleteDocMutation.ts:12