export interface ICompany { id: string name: string; }