Basic interface which says at least type must exist.

interface IHasDnsType {
    type: DNSTypes;
}

Hierarchy (View Summary)

Properties

Properties

type: DNSTypes