export type TaskPriority = { id: number '@id'?: string label: string color: string } export type TaskPriorityWrite = { label: string color: string }