Interface CreateEmailDomainInput

interface CreateEmailDomainInput {
    domain: string;
}

Properties

Properties

domain: string