Skip to content

react-query-firebase / react-native/firestore / UseDeleteDocMutationValues

Type Alias: UseDeleteDocMutationValues<AppModelType>

ts
type UseDeleteDocMutationValues<AppModelType> = object;

Defined in: react-native/firestore/useDeleteDocMutation.ts:10

Type Parameters

AppModelType

AppModelType extends AppModel = AppModel

Properties

data

ts
data: WithFieldValue<AppModelType>;

Defined in: react-native/firestore/useDeleteDocMutation.ts:11

Released under the MIT License.