/** * Notification data enum. * * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @since 1.0.0 */ export const NotificationLevel = Object.freeze({ OK: 'ok', INFO: 'info', WARNING: 'warning', ERROR: 'error' });