interface Range {
    count: number;
    id: RangeId;
}

Properties

Properties

count: number