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

7 lines
113 B
TypeScript

export enum NotificationDataType {
Integer = 0,
Demical = 1,
Double = 2,
DateTime = 3,
String = 5
}