export default interface TooManyDomains {
  type: string;
  subdomain: string;
}
