@ministryofjustice/hmpps-digital-prison-reporting-frontend
Version:
The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.
10 lines (9 loc) • 317 B
TypeScript
import { RequestHandler } from 'express';
import { Services } from '../../../../../types/Services';
export declare class ViewSyncDashboardController {
layoutPath: string;
services: Services;
constructor(layoutPath: string, services: Services);
GET: RequestHandler;
applyFilters: RequestHandler;
}