Interface ProxyMessageCallResponse

interface ProxyMessageCallResponse {
    id: number;
    type: CallResponse;
    response: utils.agent.SubmitResponse;
}

Hierarchy (view full)

Properties

Properties

id: number