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.

9 lines (7 loc) 176 B
interface DashboardDataResponse { [key: string]: { raw?: number | string | null | undefined; rag?: number; }; } export type { DashboardDataResponse };