export interface Task{ id?: number, title: string, type: string, description: string, score: number, date: string, color?: string, }