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) 331 B
import { RequestHandler } from 'express'; import { Services } from '../../../../types/Services'; declare class BookmarkController { layoutPath: string; services: Services; constructor(layoutPath: string, services: Services); POST: RequestHandler; } export { BookmarkController }; export default BookmarkController;