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

    Interface VQL_OP_Remove<T>

    interface VQL_OP_Remove<T = any> {
        collection: string;
        search: SearchOptions<T> | SearchFunc<T>;
    }

    Type Parameters

    • T = any
    Index
    collection: string
    search: SearchOptions<T> | SearchFunc<T>