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.

5 lines (4 loc) 266 B
import { TestScenarios } from '../../../../../testUtils/TestScenario'; export declare const deniedContactsReadScenarios: TestScenarios; export declare const grantedContactsReadScenarios: TestScenarios; export declare const contactsReadCheckScenarios: TestScenarios;