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.

7 lines (6 loc) 154 B
export default interface Prisoner { prisonerNumber: string; prisonId?: string; restrictedPatient: boolean; supportingPrisonId?: string; }