@owservable/core
    Preparing search index...

    Type Alias BackendChangeType

    type BackendChangeType = {
        documentKey?: any;
        fullDocument?: any;
        ns?: any;
        operationType?: "insert" | "update" | "replace" | "delete" | string;
        updateDescription?: { removedFields?: string[]; updatedFields?: any };
    }
    Index
    documentKey?: any
    fullDocument?: any
    ns?: any
    operationType?: "insert" | "update" | "replace" | "delete" | string
    updateDescription?: { removedFields?: string[]; updatedFields?: any }