SimpleComparison

Interface: SimpleComparison

Defined in: packages/db/src/query/expression-helpers.ts:44

Represents a simple comparison operation

Properties

field

ts
field: FieldPath;
field: FieldPath;

Defined in: packages/db/src/query/expression-helpers.ts:45


operator

ts
operator: string;
operator: string;

Defined in: packages/db/src/query/expression-helpers.ts:46


value?

ts
optional value: any;
optional value: any;

Defined in: packages/db/src/query/expression-helpers.ts:47

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.