Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryParams

Hierarchy

  • QueryParams

Index

Properties

limit?: number

The maximum number of items to return.

offset?: number

The number of items to skip.

order?: "asc" | "desc"

The order of the result set.

sort?: "created" | "updated"

The field by which to sort the results.

Generated using TypeDoc