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.

12 lines (9 loc) 238 B
import { ReportType } from './UserReports.js'; interface BookmarkStoreData { reportId: string; id: string; variantId?: string; type?: ReportType; automatic?: boolean | undefined; } export type { BookmarkStoreData };