feat: added get workspaces by user and some refactors

This commit is contained in:
2026-07-04 17:32:02 +03:30
parent e57dd84ebc
commit c5b2cb93f0
6 changed files with 52 additions and 37 deletions
+2 -1
View File
@@ -24,5 +24,6 @@ export enum PermissionEnum {
DKALA = "dkala",
DPAGE = "dpage",
DMAIL = 'dmail',
RESELLER="reseller"
RESELLER="reseller",
WORKSPACE="workspace"
}