Type Alias SortByDate

SortByDate: {
    by: Date;
    order: SortOrder;
}

Uses the date field to sort the query results. This field typically contains the last modification date of each item. May be in ascending or descending order.