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.

4 lines (3 loc) 133 B
import { RequestHandler } from 'express'; import z from 'zod'; export declare const validate: (schema: z.ZodType) => RequestHandler;