diff --git a/lib/entities/role.ts b/lib/entities/role.ts index 87181fd0d..517a317ce 100644 --- a/lib/entities/role.ts +++ b/lib/entities/role.ts @@ -13,6 +13,7 @@ export type ActionType = | 'unpublish' | 'archive' | 'unarchive' + | 'access' type ConditionType = 'and' | 'or' | 'not' | 'equals' export type ConstraintType = {