export interface FileFormat { format: string; hasLogo: boolean; icon: string; }