Comunica
    Preparing search index...
    interface IQueryBody {
        context: undefined | Record<string, any>;
        type: "query" | "void";
        value: string;
    }
    Index

    Properties

    Properties

    context: undefined | Record<string, any>
    type: "query" | "void"
    value: string