Skip to content

react-query-firebase / types / EndConstraint

Type Alias: EndConstraint

ts
type EndConstraint = object;

Defined in: types/QueryConstraints.ts:35

End by value constraint

Properties

key?

ts
optional key: string;

Defined in: types/QueryConstraints.ts:38


type

ts
type: "endAt" | "endBefore";

Defined in: types/QueryConstraints.ts:36


value

ts
value: number | string | boolean | null;

Defined in: types/QueryConstraints.ts:37

Released under the MIT License.