Skip to content

react-query-firebase / LimitConstraint

Type Alias: LimitConstraint

ts
type LimitConstraint = object;

Defined in: src/types/QueryConstraints.ts:44

Limit constraint

Properties

limit

ts
limit: number;

Defined in: src/types/QueryConstraints.ts:46


type

ts
type: "limitToLast" | "limit";

Defined in: src/types/QueryConstraints.ts:45

Released under the MIT License.