Type alias SortDescriptor

SortDescriptor: string | [string, boolean]

A sort descriptor is either a string containing one or more property names separate by dots or an array with two items: [propertyName, reverse].

Generated using TypeDoc