index
:
greatoffice
master
My take/showcase on a business management system
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
frontend
/
src
/
models
/
projects
/
ProjectStatus.ts
blob: 2df4b883f592124b83288e39fb23a40657d63bdc (
plain
) (
blame
)
1
2
3
4
5
export enum ProjectStatus
{
ACT
IVE
=
"act"
,
EXPIRED
=
"exp"
,
IDLE
=
"idl"
}