Interface ITasksParams

Hierarchy

  • ITasksParams

Indexable

[key: string]: any

Properties

boolean_operator?: string
filters?: ISmartFilters
list?: number
openCalendar?: boolean
page?: number
q?: string
sort_by?: {
    [key: string]: "asc" | "desc";
}

Type declaration

  • [key: string]: "asc" | "desc"

Generated using TypeDoc