ignore folder
This commit is contained in:
8
lib/permissions.ts
Normal file
8
lib/permissions.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export const PERMISSIONS = {
|
||||
USER_MANAGE: "USER_MANAGE",
|
||||
ROLE_MANAGE: "ROLE_MANAGE",
|
||||
WORKFLOW_APPROVE: "WORKFLOW_APPROVE",
|
||||
USER_READ: "USER_READ"
|
||||
} as const;
|
||||
|
||||
export type Permission = (typeof PERMISSIONS)[keyof typeof PERMISSIONS];
|
||||
Reference in New Issue
Block a user