Interface RangeMapping

interface RangeMapping {
    left: Range;
    right: Range;
}

Properties

Properties

left: Range
right: Range