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.

11 lines (10 loc) 358 B
import { RequestHandler } from 'express'; import { Services } from '../../../../../types/Services'; export declare class ViewAsyncReportController { layoutPath: string; services: Services; constructor(layoutPath: string, services: Services); applyFilters: RequestHandler; applyColumns: RequestHandler; resetColumns: RequestHandler; }