Type Alias RangeMapKey

RangeMapKey: {
    end: number;
    endInclusive?: boolean;
    start: number;
    startInclusive?: boolean;
}