ENCOA-269

This commit is contained in:
Tiago Ribeiro
2024-12-11 17:42:57 +00:00
parent 71ed1013b7
commit 76cbf8dc41
2 changed files with 44 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ import { RolePermission } from "@/resources/entityPermissions";
export interface Entity {
id: string;
label: string;
licenses: number
licenses: number;
}
export interface Role {