Interface IAgentInfoEventPayload

The agent info event payload interface.

interface IAgentInfoEventPayload {
    id: string;
    metaData: IAgentMetadata;
    remoteConnections: string[];
}

Hierarchy (view full)

Properties

id: string

The ID of the user.

metaData: IAgentMetadata

The meta data of the agent.

remoteConnections: string[]

The remote connections of the agent.

Generated using TypeDoc