feat: give workspace owners global space management permission

This commit is contained in:
Philipinho
2025-09-19 22:00:09 +01:00
parent 3c4cab0d2a
commit 3b4a02e94a
9 changed files with 130 additions and 14 deletions
+1
View File
@@ -2,6 +2,7 @@ export interface QueryParams {
query?: string;
page?: number;
limit?: number;
includeAllSpaces?: boolean;
}
export enum UserRole {