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

5 lines
55 B
TypeScript
Raw Normal View History

export enum GrantType {
2019-01-18 18:03:45 +01:00
External = 0,
Internal = 1
}