/** * Notification data enum. * * @copyright Dennis Eichhorn * @license OMS License 2.2 * @version 1.0.0 * @since 1.0.0 */ export const NotificationType = Object.freeze({ APP_NOTIFICATION: 1, BROWSER_NOTIFICATION: 2 });