@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface MessagePingPongDocumentationArguments {
        messages: readonly (
            ResponseMessageInPingPong
            | RequestMessageInPingPong
        )[];
        messageType?:
            | "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";
        shell: KnownParser;
        title?: string;
    }
    Index

    Properties

    messageType?:
        | "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"
    title?: string