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.

8 lines (7 loc) 231 B
import { Router } from 'express'; import { Services } from '../../../../types/Services'; export declare function routes({ layoutPath, services }: { layoutPath: string; services: Services; }): Router; export default routes;