interface AnyTxtRecord {
    type: "TXT";
    entries: string[];
}

Properties

Properties

type
entries: string[]