InsertMutationFnParams

Type Alias: InsertMutationFnParams<T, TKey, TUtils>

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

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

Type Parameters

T

T extends object = Record<string, unknown>

TKey

TKey extends string | number = string | number

TUtils

TUtils extends UtilsRecord = UtilsRecord

Properties

collection

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

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


transaction

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

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

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.