Availability based on permissions

This commit is contained in:
cdricms
2025-02-19 16:16:47 +01:00
parent 446813315d
commit 2011ae93b6
26 changed files with 1071 additions and 794 deletions

View File

@@ -6,7 +6,7 @@ export interface Permission {
export interface Role {
id: string;
name: string;
permissions: Permission[];
permissions?: Permission[];
}
// Status type as a string literal