Interface DeleteEmailDomainInput

interface DeleteEmailDomainInput {
    domainId: string;
}

Properties

Properties

domainId: string