Interface DepartmentListResponse

interface DepartmentListResponse {
    clientID?: string;
    departments: DepartmentSummary[];
    id: string;
    replyTo?: string;
    type: "DepartmentListResponse";
    when: string;
}

Hierarchy (View Summary)

Properties

clientID?: string
departments: DepartmentSummary[]
id: string
replyTo?: string
type: "DepartmentListResponse"
when: string