@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheSharedItemNum

    A numeric shared item.

    type PivotCacheSharedItemNum = {
        t: "n";
        u?: boolean;
        v: number;
    }
    Index

    Properties

    t u? v

    Properties

    t: "n"
    u?: boolean
    v: number