interface ProxyMessageBase {
    id: number;
    type: utils.agent.ProxyMessageKind;
}

Hierarchy (view full)

Properties

Properties

id: number