@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheSharedItemBool

    A boolean shared item.

    type PivotCacheSharedItemBool = {
        t: "b";
        u?: boolean;
        v: boolean;
    }
    Index

    Properties

    t u? v

    Properties

    t: "b"
    u?: boolean
    v: boolean