interface AnyAaaaRecord {
    address: string;
    ttl: number;
    type: "AAAA";
}

Hierarchy (view full)

Properties

Properties

address: string
ttl: number
type