interface ProxyMessageCall {
    id: number;
    type: Call;
    args: [string, utils.agent.CallOptions];
}

Hierarchy (view full)

Properties

Properties

id: number
type: Call
args: [string, utils.agent.CallOptions]