Skip to content

react-query-firebase / firestore / UseDeleteDocMutationOptions

Type Alias: UseDeleteDocMutationOptions<AppModelType, DbModelType, TContext>

ts
type UseDeleteDocMutationOptions<AppModelType, DbModelType, TContext> = object;

Defined in: src/firestore/useDeleteDocMutation.ts:11

Type Parameters

AppModelType extends DocumentData = DocumentData

DbModelType extends DocumentData = DocumentData

TContext = unknown

Type declaration

options?

ts
optional options: Omit<UseMutationOptions<void, FirebaseError, void, TContext>, "mutationFn" | "mutationKey">;

reference

ts
reference: DocumentReference<AppModelType, DbModelType> | null;

Released under the MIT License.