argos/dmp-frontend/src/app/core/common/enum/project-state-type.ts

5 lines
61 B
TypeScript
Raw Normal View History

2018-08-24 17:21:02 +02:00
export enum ProjectStateType {
2018-10-05 17:00:54 +02:00
OnGoing = 0,
Finished = 1
2018-08-24 17:21:02 +02:00
}