Represents a range of shard ids

interface ShardRange {
    end: number;
    start: number;
}

Properties

Properties

end: number
start: number