export interface Tenant { information: string; label: string; id: string; logoFile?: string; isFavorite?: boolean; }