interface Ttl {
    type: TTLType;
    value: number;
}

Properties

Properties

type: TTLType
value: number