core.agenttransmitresponse
Home > @medplum/core > AgentTransmitResponse
AgentTransmitResponse interface
Signature:
export interface AgentTransmitResponse extends BaseAgentMessage
Extends: BaseAgentMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
body | string | ||
channel? | string | (Optional) | |
contentType | string | ||
remote | string | ||
type | 'agent:transmit:response' |