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.

3 lines (2 loc) 203 B
import { Role } from '../../../../../types/internal/user/Role'; export default function inUsersCaseLoadAndUserHasRoleScenarios(role: Role): import("../../../../../testUtils/TestScenario").TestScenarios;