@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheExternal

    PivotCacheExternal: PivotCacheBase & {
        connectionId: integer;
        sourceType: "external";
    }

    A pivot cache whose source data comes from an external data connection.