export interface CreateDomainDTO {
  domain: string;
  userId: string;
}
