import { EventDomainInterface } from "../EventDomainTypes"; export interface CreateNewDomain extends EventDomainInterface { name: string; }