argos/dmp-frontend/src/app/core/common/enum/supportive-material-field-t...

7 lines
129 B
TypeScript
Raw Normal View History

2023-10-18 09:31:57 +02:00
export enum SupportiveMaterialFieldType {
2023-11-03 12:30:11 +01:00
Faq = 0,
About = 1,
Glossary = 2,
TermsOfService = 3,
UserGuide = 4
2023-10-18 09:31:57 +02:00
}