@wxn0brp/db-core
    Preparing search index...

    Type Alias QueryBase<T>

    type QueryBase<T = Data> = {
        collection: string;
        control?: VQuery_Control;
    }

    Type Parameters

    Index

    Properties

    Properties

    collection: string
    control?: VQuery_Control