interface AnyARecord {
    address: string;
    ttl: number;
    type: "A";
}

Hierarchy (view full)

Properties

Properties

address: string
ttl: number
type