StacSearchSortingDirection type
Defines the sorting directions for query results in STAC API.
KnownStacSearchSortingDirection can be used interchangeably with StacSearchSortingDirection,
this enum contains the known values that the service supports.
Known values supported by the service
asc: Sort results in ascending order.
desc: Sort results in descending order.
type StacSearchSortingDirection = string