Package version:

Interface TxtRecord

A TXT record.

interface TxtRecord {
    value?: string[];
}

Properties

Properties

value?: string[]

The text value of this TXT record.