interface RequestMessageInPingPong {
    description?: string | ((msg: IdMessageBase) => string);
    mark?: boolean;
    message: FlowrMessage;
    type: "request";
}

Properties

description?: string | ((msg: IdMessageBase) => string)
mark?: boolean
message: FlowrMessage
type: "request"