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

    Interface PluginContext

    interface PluginContext {
        next: () => Promise<any>;
        op: string;
        query: any;
    }
    Index
    next: () => Promise<any>
    op: string
    query: any