@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheSharedItemStr

    A string shared item.

    type PivotCacheSharedItemStr = {
        t: "s";
        u?: boolean;
        v: string;
    }
    Index

    Properties

    t u? v

    Properties

    t: "s"
    u?: boolean
    v: string