We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ActionType
1 parent 2ad7b7f commit 345f81aCopy full SHA for 345f81a
lib/entities/role.ts
@@ -13,6 +13,7 @@ export type ActionType =
13
| 'unpublish'
14
| 'archive'
15
| 'unarchive'
16
+ | 'access'
17
18
type ConditionType = 'and' | 'or' | 'not' | 'equals'
19
export type ConstraintType = {
0 commit comments