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.

11 lines (8 loc) 352 B
import { Router, ErrorRequestHandler } from 'express'; import { Services } from '../types/Services.d.js'; declare const errorRequestHandler: (layoutPath: string) => ErrorRequestHandler; declare function routes(routeImportParams: { services: Services; layoutPath: string; }): Router; export { routes as default, errorRequestHandler, routes };