/** * Notification type. * * @copyright Dennis Eichhorn * @license OMS License 2.0 * @version 1.0.0 * @since 1.0.0 */ export const EnumNotifyType = Object.freeze({ BINARY: 0, INFO: 1, WARNING: 2, ERROR: 3, FATAL: 4 });