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.

6 lines (5 loc) 135 B
import { RequestHandler } from 'express'; export default class EmbeddedController { layoutPath: string; GET: RequestHandler; }