Hierarchy

  • Params

Properties

limit?: null | number

Return this number of records at most.

order?: null | string

Sort direction. Should be either ASC or DESC

skip?: null | number

Skip this number of records before returning results

sort?: null | string

Column to sort by.

Generated using TypeDoc