interface PointsRange {
    high: string | number;
    low: string | number;
}

Properties

Properties

high: string | number
low: string | number