Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.04 KB

File metadata and controls

52 lines (32 loc) · 1.04 KB
id CurrentStateAsChangesOptions
title CurrentStateAsChangesOptions

Interface: CurrentStateAsChangesOptions

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

Options for getting current state as changes

Properties

limit?

optional limit: number;

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


optimizedOnly?

optional optimizedOnly: boolean;

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


orderBy?

optional orderBy: OrderBy;

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


where?

optional where: BasicExpression<boolean>;

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

Pre-compiled expression for filtering the current state