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.

27 lines (26 loc) 516 B
export function parentData(): { section1: string; field2: string; field3: string; field4: string; field5: string; field6: string; field7: string; field8: string; field1: string; }[]; export function childData(): { section1: string; field4: string; field5: string; field6: string; field7: string; field8: string; field2: string; field3: string; }[]; export function childData2(): { field2: string; field3: string; section1: string; }[];