export interface Company { name?: string; full_access?: boolean; }