SortingDirection type
The direction to sort the results by.
KnownSortingDirection can be used interchangeably with SortingDirection,
this enum contains the known values that the service supports.
Known values supported by the service
ASC: Indicates that the query should be sorted from lowest-to-highest value.
DESC: Indicates that the query should be sorted from lowest-to-highest value.
type SortingDirection = string