interface SyncDomainDnsRecordsRequestRecord {
    name: string;
    type: DnsRecordType;
}

Properties

Properties

name: string