interface TaskOrderBy {
    field: "completionTime" | "creationTime" | "followUpDate" | "dueDate";
    order: "ASC" | "DESC";
}

Properties

Properties

field: "completionTime" | "creationTime" | "followUpDate" | "dueDate"
order: "ASC" | "DESC"

Generated using TypeDoc