OrderBy interface
Describes a column to sort
Properties
| field | Describes the actual column name to sort by |
| order | Describes if results should be in ascending/descending order |
Property Details
field
Describes the actual column name to sort by
field?: string
Property Value
string
order
Describes if results should be in ascending/descending order
order?: string
Property Value
string