Skip to main content
Version: v1

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];