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

    Interface VQuery_Control

    To extend via adapters

    declare module "@wxn0brp/db-core/types/query" {
    export interface VQuery_Control {
    key?: "value";
    }
    }