Hierarchy

  • SortOptions

Properties

ALPHA?: true
BY?: string
DIRECTION?: "ASC" | "DESC"
GET?: string | string[]
LIMIT?: {
    count: number;
    offset: number;
}

Type declaration

  • count: number
  • offset: number

Generated using TypeDoc