QueryTasksSortRequest: {
    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