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.

37 lines (36 loc) 726 B
/** * Mock complete dataset * - "complete" refers to a dataset that does not have any undefined/null values * - Mocked data quality values * - 3 Establishments * - 6 months historic data - granularity: monthly */ export declare const completeDataSet: { ts: { raw: string; }; establishment_id: { raw: string; }; has_metric_one: { raw: number; }; metric_one_is_missing: { raw: number; }; has_metric_two: { raw: number; }; metric_two_is_missing: { raw: number; }; has_metric_three: { raw: number; }; metric_three_is_missing: { raw: number; }; html_link: { raw: string; }; }[][];