interface RangeOptions {
    high?: number;
    low?: number;
}

Properties

Properties

high?: number
low?: number