@ministryofjustice/hmpps-digital-prison-reporting-frontend
Version:
The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.
9 lines (8 loc) • 328 B
TypeScript
import { ErrorRequestHandler, Router } from 'express';
import type { Services } from '../types/Services';
export declare const errorRequestHandler: (layoutPath: string) => ErrorRequestHandler;
export declare function routes(routeImportParams: {
services: Services;
layoutPath: string;
}): Router;
export default routes;