export default interface OrganizationDomainRepresentation {
    name?: string;
    verified?: boolean;
}
