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

    Interface VQL_OP_Add<T>

    interface VQL_OP_Add<T = any> {
        collection: string;
        data: Arg<T>;
        id_gen?: boolean;
    }

    Type Parameters

    • T = any
    Index

    Properties

    collection: string
    data: Arg<T>
    id_gen?: boolean