This commit is contained in:
Peter Maquiran
2022-04-06 14:55:14 +01:00
44 changed files with 430 additions and 292 deletions
@@ -1,9 +1,9 @@
export class ActionsPermission{
access = 534;
create = 535;
remove = 536;
delete = 536;
edit = 537;
createPost = 538;
removePost = 539;
deletePost = 539;
editPost = 540;
}