export type TaskSelectVO = { name?: string; state?: string; priority?: string; allOverdueTasks?:boolean; }