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

    Properties

    Properties

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