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.

5 lines (4 loc) 220 B
import { RequestHandler } from 'express'; import { Services } from '../types/Services'; export declare const reportAuthoriser: (services: Services, layoutPath: string) => RequestHandler; export default reportAuthoriser;