Add creator permission type
This commit is contained in:
parent
c2c0012013
commit
24e6b3103d
|
@ -13,6 +13,7 @@ export enum PermissionType {
|
|||
AUTOMATION = "automation",
|
||||
WEBHOOK = "webhook",
|
||||
BUILDER = "builder",
|
||||
CREATOR = "creator",
|
||||
GLOBAL_BUILDER = "globalBuilder",
|
||||
QUERY = "query",
|
||||
VIEW = "view",
|
||||
|
|
Loading…
Reference in New Issue