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

5 lines
55 B
TypeScript

export enum GrantType {
External = 0,
Internal = 1
}