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.

8 lines (7 loc) 235 B
import { RequestHandler } from 'express'; import { Services } from '../../../../src/dpr/types/Services'; export default class PlatformController { services: Services; constructor(services: Services); GET: RequestHandler; }