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 (10 loc) 339 B
import { RequestHandler } from 'express'; import { Services } from '../../../../../types/Services'; declare class LoadReportController { layoutPath: string; services: Services; constructor(layoutPath: string, services: Services); GET: RequestHandler; } export { LoadReportController }; export default LoadReportController;