refactor: refactored taskDetailAPI by adding some values

This commit is contained in:
2026-07-06 16:44:19 +03:30
parent e310411a4d
commit e5c14bf5cc
3 changed files with 41 additions and 11 deletions
+2 -1
View File
@@ -27,5 +27,6 @@ export enum PermissionEnum {
RESELLER="reseller",
WORKSPACE="workspace",
PROJECT="project",
TASK_PHASE="task_phase"
TASK_PHASE="task_phase",
TASK="task"
}