interface DepartmentListQuery {
    clientID?: string;
    id: string;
    replyTo?: string;
    type: "DepartmentListQuery";
    when: string;
}

Hierarchy (View Summary)

Properties

clientID?: string
id: string
replyTo?: string
type: "DepartmentListQuery"
when: string