export interface Company { id: number; name: string; logo: string; }