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

Properties

Properties

type: TTLType
value: string

Generated using TypeDoc