export interface ProjectDTO { id: string; title: string; }