@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface ResponseMessageInPingPong {
        description?: string | ((msg: IdMessageBase) => string);
        expectedType:
            | "error"
            | "hello"
            | "request-file-analysis"
            | "response-file-analysis"
            | "request-repl-execution"
            | "response-repl-execution"
            | "end-repl-execution"
            | "request-slice"
            | "response-slice"
            | "request-query"
            | "response-query";
        mark?: boolean;
        type: "response";
    }
    Index

    Properties

    description?: string | ((msg: IdMessageBase) => string)
    expectedType:
        | "error"
        | "hello"
        | "request-file-analysis"
        | "response-file-analysis"
        | "request-repl-execution"
        | "response-repl-execution"
        | "end-repl-execution"
        | "request-slice"
        | "response-slice"
        | "request-query"
        | "response-query"
    mark?: boolean
    type: "response"