UNPKG

@ministryofjustice/hmpps-digital-prison-reporting-frontend

Version:

The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.

13 lines (11 loc) 414 B
export type Services = UserStoreServices & { reportingService: ReportingService dashboardService: DashboardService } export interface UserStoreServices { downloadPermissionService?: DownloadPermissionService requestedReportService?: RequestedReportService recentlyViewedService?: RecentlyViewedStoreService bookmarkService?: BookmarkService defaultFilterValuesService?: DefaultFilterValuesService }