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