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

7 lines
113 B
TypeScript
Raw Normal View History

2023-12-19 18:08:17 +01:00
export enum NotificationDataType {
Integer = 0,
Demical = 1,
Double = 2,
DateTime = 3,
String = 5
}