@ministryofjustice/hmpps-digital-prison-reporting-frontend
Version:
The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.
21 lines (20 loc) • 472 B
TypeScript
export let id: string;
export let name: string;
export let description: string;
export let resourceName: string;
export let classification: string;
export let printable: boolean;
export namespace specification {
let template: string;
let fields: {
name: string;
display: string;
sortable: boolean;
type: string;
mandatory: boolean;
visible: boolean;
filter: {
type: string;
};
}[];
}