export const EnumNotifyType = Object.freeze({ BINARY: 0, INFO: 1, WARNING: 2, ERROR: 3, FATAL: 4 });