Type Alias SearchUserTasksSortRequest
SearchUserTasksSortRequest: {
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.