export interface TaskListSortType { sortBy: string; sortOrder: string; label: string; }