export interface Designer { id: number; name: string; path: string; }