Interface: NodeCliAdapterContext
Interface: NodeCliAdapterContext
Represents the context for the Node Cli Adapter.
This interface extends AdapterContext
and includes additional properties specific to generic Node Cli events.
Extends
AdapterContext
<NodeCliEvent
,RawResponse
,NodeCliExecutionContext
,IncomingEvent
,IncomingEventOptions
,OutgoingResponse
>
Properties
rawResponse
rawResponse: number;
The raw response associated with the current context.
Overrides
AdapterContext.rawResponse