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.

12 lines (11 loc) 221 B
export function parentData(): { field1: string; section1: string; section2: string; childKey: string; }[]; export function childData(): { field1: string; field2: string; childKey: string; }[];