mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
fix: taskCollection types (#754)
This commit is contained in:
committed by
GitHub
parent
4937127898
commit
a62ac800c4
@@ -7,7 +7,7 @@ import BucketModel from '@/models/bucket'
|
||||
export type ExpandTaskFilterParam = 'subtasks' | 'buckets' | 'reactions' | null
|
||||
|
||||
export interface TaskFilterParams {
|
||||
sort_by: ('start_date' | 'end_date' | 'due_date' | 'done' | 'id' | 'position')[],
|
||||
sort_by: ('start_date' | 'end_date' | 'due_date' | 'done' | 'id' | 'position' | 'title')[],
|
||||
order_by: ('asc' | 'desc')[],
|
||||
filter: string,
|
||||
filter_include_nulls: boolean,
|
||||
|
||||
Reference in New Issue
Block a user