Defined in: packages/db/src/types.ts:813
Options for getting current state as changes
optional limit: number;
Defined in: packages/db/src/types.ts:817
optional optimizedOnly: boolean;
Defined in: packages/db/src/types.ts:818
optional orderBy: OrderBy;
Defined in: packages/db/src/types.ts:816
optional where: BasicExpression<boolean>;
Defined in: packages/db/src/types.ts:815
Pre-compiled expression for filtering the current state
