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.

9 lines (8 loc) 273 B
import { RequestHandler } from 'express'; declare class MissingReportSubmittedController { layoutPath: string; constructor(layoutPath: string); GET: RequestHandler; } export { MissingReportSubmittedController }; export default MissingReportSubmittedController;