@wxn0brp/vql-client
    Preparing search index...

    Interface VQL_OP_Update<T>

    interface VQL_OP_Update<T = any> {
        collection: string;
        search: Search<T>;
        updater: UpdaterArg<T>;
    }

    Type Parameters

    • T = any
    Index

    Properties

    collection: string
    search: Search<T>
    updater: UpdaterArg<T>