Type Alias DashboardsGetIssuesOfZoomRoomsQueryParams

DashboardsGetIssuesOfZoomRoomsQueryParams: {
    from: string;
    next_page_token?: string;
    page_size?: number;
    to: string;
}