interface DomainRecordsDMARC {
    name: string;
    value: string;
}

Properties

Properties

name: string

Name of the DMARC TXT record.

value: string

Value of the DMARC TXT record.