@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheRecordValue

    PivotCacheRecordValue: PivotCacheSharedItem | { t: "x"; v: integer }

    A single value in a pivot cache record. Each record is an array of these values, one per cache field.

    Each value is either an inline PivotCacheSharedItem or an { x: integer } shared item index, referring to an entry in the corresponding field's sharedItems array.