jsOMS/Message/Notification/NotificationType.js
Dennis Eichhorn 1bba6cf8a7
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix version and bugs
2024-05-21 00:09:21 +02:00

13 lines
243 B
JavaScript
Executable File

/**
* 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
});