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.

7 lines (6 loc) 209 B
import { Router } from 'express'; import { Services } from '../../../../types/Services'; export declare const routes: ({ layoutPath, services }: { layoutPath: string; services: Services; }) => Router;