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

    Interface VQL_Query_CRUD<T>

    interface VQL_Query_CRUD<T = any> {
        d: VQL_Query_CRUD_Data<T>;
        db: string;
    }

    Type Parameters

    • T = any
    Index

    Properties

    d db

    Properties

    db: string