interface AnyPtrRecord {
    type: "PTR";
    value: string;
}

Properties

Properties

type
value: string