@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheSharedItemDate

    A date shared item (ISO 8601 string).

    type PivotCacheSharedItemDate = {
        t: "d";
        u?: boolean;
        v: string;
    }
    Index

    Properties

    t u? v

    Properties

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