interface AgentDetailsQuery {
    agentID: number;
    clientID?: string;
    id: string;
    replyTo?: string;
    type: "AgentDetailsQuery";
    when: string;
}

Hierarchy (View Summary)

Properties

agentID: number
clientID?: string
id: string
replyTo?: string
type: "AgentDetailsQuery"
when: string