Sort specification for a property

interface RecordSort {
    direction?: RecordSortDirection;
    property: string[];
}

Properties

Properties

Sort direction

property: string[]

Property to sort by