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

5 lines
59 B
TypeScript

export enum GrantStateType {
OnGoing = 0,
Finished = 1
}