Module types/output

APIs

APIs

interface DomainReceivingRecord

interface DomainReceivingRecord

property priority

priority: string;

The priority of the record.

property recordType

recordType: string;

The record type.

property valid

valid: string;

"valid" if the record is valid.

property value

value: string;

The value of the record.

interface DomainSendingRecord

interface DomainSendingRecord

property name

name: string;

The domain to add to Mailgun

property recordType

recordType: string;

The record type.

property valid

valid: string;

"valid" if the record is valid.

property value

value: string;

The value of the record.