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

15 lines
241 B
TypeScript
Raw Normal View History

2023-10-24 09:40:26 +02:00
export enum DmpBlueprintSystemFieldType {
Title = 0,
Description = 1,
// RESEARCHERS = 2,
// ORGANIZATIONS = 3,
Language = 2,
Contact = 3,
// FUNDER = 6,
// GRANT = 7,
// PROJECT = 8,
// LICENSE = 9,
2024-02-20 16:00:20 +01:00
AccessRights = 4,
User = 5
2023-10-24 09:40:26 +02:00
}