interface AgentDetailsResponse {
    agent: null | AgentDetails;
    clientID?: string;
    id: string;
    replyTo?: string;
    type: "AgentDetailsResponse";
    when: string;
}

Hierarchy (View Summary)

Properties

agent: null | AgentDetails
clientID?: string
id: string
replyTo?: string
type: "AgentDetailsResponse"
when: string