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.

3 lines (2 loc) 177 B
import { AsyncReportUtilsParams } from '../../../types/AsyncReportUtils'; export declare const cancelRequest: ({ req, res, services }: AsyncReportUtilsParams) => Promise<void>;