argos/dmp-frontend/src/app/core/common/enum/dmp-blueprint-system-field-...

15 lines
241 B
TypeScript

export enum DmpBlueprintSystemFieldType {
Title = 0,
Description = 1,
// RESEARCHERS = 2,
// ORGANIZATIONS = 3,
Language = 2,
Contact = 3,
// FUNDER = 6,
// GRANT = 7,
// PROJECT = 8,
// LICENSE = 9,
AccessRights = 4,
User = 5
}