interface AgentListQuery {
    clientID?: string;
    id: string;
    includeActive?: null | boolean;
    includeReserve?: null | boolean;
    replyTo?: string;
    type: "AgentListQuery";
    when: string;
}

Hierarchy (View Summary)

Properties

clientID?: string
id: string
includeActive?: null | boolean
includeReserve?: null | boolean
replyTo?: string
type: "AgentListQuery"
when: string