SortingOptions
Version:
|
Type |
Type |
|
Import path |
|
Whether to sort values in an ascending ("asc") or descending ("desc") order.
|
Type |
Type |
|
Import path |
|
Whether to sort values in an ascending ("asc") or descending ("desc") order.
export type SortingOptions = "asc" | "desc";
"asc"
"desc"