export interface Logo { id: string; name: string; active: boolean; }