UpdateMutationFnParams

Type Alias: UpdateMutationFnParams<T, TKey, TUtils>

ts
type UpdateMutationFnParams<T, TKey, TUtils> = object;
type UpdateMutationFnParams<T, TKey, TUtils> = object;

Defined in: packages/db/src/types.ts:276

Type Parameters

T extends object = Record<string, unknown>

TKey extends string | number = string | number

TUtils extends UtilsRecord = Record<string, Fn>

Type declaration

collection

ts
collection: Collection<T, TKey, TUtils>;
collection: Collection<T, TKey, TUtils>;

transaction

ts
transaction: TransactionWithMutations<T, "update">;
transaction: TransactionWithMutations<T, "update">;