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