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.

6 lines (5 loc) 200 B
interface NunjucksEnvironment { addGlobal: (name: string, value: unknown) => NunjucksEnvironment; } export default function setupNunjucksPermissions(njkEnv: NunjucksEnvironment): void; export {};