interface NumericalRangeArrayRange {
    type: ArrayRange;
    value: number[];
}

Properties

Properties

value: number[]