export interface Domain {
    companyId: string;
    hostname: string;
}
