Skip to content

react-query-firebase / firestore / UseRunTransactionOptions

Type Alias: UseRunTransactionOptions<AppModelType, TContext>

ts
type UseRunTransactionOptions<AppModelType, TContext> = object;

Defined in: src/firestore/useRunTransaction.ts:9

Type Parameters

AppModelType = unknown

TContext = unknown

Type declaration

options?

ts
optional options: Omit<UseMutationOptions<AppModelType, FirebaseError, UseRunTransactionValues, TContext>, "mutationFn">;

Released under the MIT License.