Type alias SortByProperty

SortByProperty: string | {
    BY: string;
    DIRECTION?: "ASC" | "DESC";
}

Type declaration

  • BY: string
  • Optional DIRECTION?: "ASC" | "DESC"

Generated using TypeDoc