export interface ICompany { companyId: string; organisationId: string; companyName: string; logoUrl?: string; archived: boolean; }