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.

6 lines (4 loc) 127 B
import { SortKey } from '../DataTableBuilder/types' export interface SectionSortKey extends SortKey { description: string }