Skip to main content

Type Alias: Permission

Permission: `${ResourceType}:${Action}` | `${ResourceType}:*`

Defined in: src/types/interfaces/authorization.interface.ts:71

Permission string format.

Remarks

Format: {resource}:{action} or {resource}:* for all actions.

Example

"preprint:read", "review:create", "authority:approve"

@public