CompressedSerializedInterval TypeAlias
A size optimization to avoid redundantly storing keys when serializing intervals as JSON. Intervals are of the format:
[start, end, sequenceNumber, intervalType, properties]
Signature
export declare type CompressedSerializedInterval = [number, number, number, IntervalType, PropertySet];