Cleared of the stuff the EnCoach team wanted changed
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { RolePermission } from "@/resources/entityPermissions";
|
||||
|
||||
export interface Entity {
|
||||
id: string;
|
||||
label: string;
|
||||
@@ -6,7 +8,7 @@ export interface Entity {
|
||||
export interface Role {
|
||||
id: string;
|
||||
entityID: string;
|
||||
permissions: string[];
|
||||
permissions: RolePermission[];
|
||||
label: string;
|
||||
isDefault?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user