aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/src/models/projects/ProjectStatus.ts
diff options
context:
space:
mode:
Diffstat (limited to 'code/frontend/src/models/projects/ProjectStatus.ts')
-rw-r--r--code/frontend/src/models/projects/ProjectStatus.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/frontend/src/models/projects/ProjectStatus.ts b/code/frontend/src/models/projects/ProjectStatus.ts
new file mode 100644
index 0000000..2df4b88
--- /dev/null
+++ b/code/frontend/src/models/projects/ProjectStatus.ts
@@ -0,0 +1,5 @@
+export enum ProjectStatus {
+ ACTIVE = "act",
+ EXPIRED = "exp",
+ IDLE = "idl"
+} \ No newline at end of file