InsertConfig

Interface: InsertConfig

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

Properties

metadata?

ts
optional metadata: Record<string, unknown>;

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


optimistic?

ts
optional optimistic: boolean;

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

Whether to apply optimistic updates immediately. Defaults to true.