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.

12 lines (11 loc) 405 B
import { ErrorRequestHandler, RequestHandler } from 'express'; import { Services } from '../../../types/Services'; declare class RequestReportController { layoutPath: string; services: Services; constructor(layoutPath: string, services: Services); errorHandler: ErrorRequestHandler; CANCEL: RequestHandler; } export { RequestReportController }; export default RequestReportController;