Defined in: packages/db/src/types.ts:880
Options for getting current state as changes
optional limit: number;optional limit: number;Defined in: packages/db/src/types.ts:884
optional optimizedOnly: boolean;optional optimizedOnly: boolean;Defined in: packages/db/src/types.ts:885
optional orderBy: OrderBy;optional orderBy: OrderBy;Defined in: packages/db/src/types.ts:883
optional where: BasicExpression<boolean>;optional where: BasicExpression<boolean>;Defined in: packages/db/src/types.ts:882
Pre-compiled expression for filtering the current state