Type Alias DashboardsGetIssuesOfZoomRoomsResponse
DashboardsGetIssuesOfZoomRoomsResponse: { from?: string; to?: string } & {
next_page_token?: string;
page_count?: number;
page_size?: number;
total_records?: number;
} & { issue_details?: { issue?: string; time?: string }[] }