interface RecordWithTtl {
    address: string;
    ttl: number;
}

Hierarchy (view full)

Properties

Properties

address: string
ttl: number