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">;
Our Partners
Electric
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.