@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheSharedItemNil

    An empty/missing shared item.

    type PivotCacheSharedItemNil = {
        t: "z";
        u?: boolean;
    }
    Index

    Properties

    t u?

    Properties

    t: "z"
    u?: boolean