CurrentStateAsChangesOptions

Interface: CurrentStateAsChangesOptions

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

Options for getting current state as changes

Properties

limit?

ts
optional limit: number;

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


optimizedOnly?

ts
optional optimizedOnly: boolean;

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


orderBy?

ts
optional orderBy: OrderBy;

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


where?

ts
optional where: BasicExpression<boolean>;

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

Pre-compiled expression for filtering the current state