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) 263 B
import { RequestHandler } from 'express'; import { Services } from '../../../../../src/dpr/types/Services'; export default class CatalogueController { layoutPath: string; services: Services; constructor(services: Services); GET: RequestHandler; }