Type alias QueryTasksSortRequest
QueryTasksSortRequest: {
field: "creationDate" | "completionDate" | "dueDate" | "followUpDate" | "priority";
order?: "ASC" | "DESC";
}[]
Type declaration
field: "creationDate" | "completionDate" | "dueDate" | "followUpDate" | "priority"
Optional
order?: "ASC" | "DESC"
The field to sort by.