API Reference / @evolu/common / Evolu/Protocol / RangeUpperBound
Type Alias: RangeUpperBound
type RangeUpperBound =
| BinaryTimestamp
| InfiniteUpperBound;
Defined in: packages/common/src/Evolu/Protocol.ts:322
Union type for Range's upperBound: either a BinaryTimestamp or InfiniteUpperBound.