export type NewTaskDto = { description: string; }