UNPKG

@ministryofjustice/hmpps-prison-permissions-lib

Version:

A library to centralise the process of determining whether a user should have access to create/read/update/delete a prison resource, for example, accessing a prisoner's Prisoner Profile.

8 lines (7 loc) 165 B
export default interface CaseLoad { caseLoadId: string; description: string; type: string; caseloadFunction: string; currentlyActive: boolean; }