Skip to content

Commit 345f81a

Browse files
sunehinzmgoudy91
authored andcommitted
chore: add 'access' to Roles ActionType
1 parent 2ad7b7f commit 345f81a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/entities/role.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type ActionType =
1313
| 'unpublish'
1414
| 'archive'
1515
| 'unarchive'
16+
| 'access'
1617

1718
type ConditionType = 'and' | 'or' | 'not' | 'equals'
1819
export type ConstraintType = {

0 commit comments

Comments
 (0)