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

5 lines
57 B
TypeScript
Raw Normal View History

2019-08-20 17:32:42 +02:00
export enum ProjectType {
External = 0,
Internal = 1
}