interface DocumentSort {
    sort?: DocumentSortItem[];
}

Properties

Properties

List of properties to sort by. Currently only supports 1 property.