Interface OutboundMessageDump

interface OutboundMessageDump {
    Body: string;
}

Properties

Properties

Body: string