export type TaskEffort = { id: number '@id'?: string label: string } export type TaskEffortWrite = { label: string }