export interface Task { id: string; title: string; creationDate: Date; description: string; }