QuerySortBy interface
Specifies how to sort the query results.
Properties
| direction | The direction to sort the results by. |
| field | Represents the field to sort the results by. |
Property Details
direction
The direction to sort the results by.
direction?: string
Property Value
string
field
Represents the field to sort the results by.
field?: string
Property Value
string