Type alias QueryUserTasksSortRequest

QueryUserTasksSortRequest: {
    field: "creationDate" | "completionDate" | "dueDate" | "followUpDate" | "priority";
    order?: "asc" | "desc";
}[]

Type declaration

  • field: "creationDate" | "completionDate" | "dueDate" | "followUpDate" | "priority"

    The field to sort by.

  • Optional order?: "asc" | "desc"

    The order in which to sort the related field. Default: asc

Generated using TypeDoc