Skip to content

react-query-firebase / types / LimitConstraint

Type Alias: LimitConstraint

ts
type LimitConstraint = object;

Defined in: types/QueryConstraints.ts:45

Limit constraint

Properties

limit

ts
limit: number;

Defined in: types/QueryConstraints.ts:47


type

ts
type: "limitToLast" | "limit";

Defined in: types/QueryConstraints.ts:46

Released under the MIT License.