Type Alias SortByOptions

SortByOptions: {
    order: Order;
}

Options for sortBy.

Type declaration

  • order: Order

    The order to sort the elements in.

    {"asc"}