feature/IO-3096-GlobalNotifications - Check-point

This commit is contained in:
Dave Richer
2025-02-10 17:15:53 -05:00
parent b1ffbe0e12
commit 54820fe3c8
6 changed files with 72 additions and 11 deletions

View File

@@ -16,4 +16,6 @@ const notificationScenarios = [
"alternate-transport-changed"
];
export default notificationScenarios;
const notificationChannels = ["app", "email", "fcm"];
export { notificationScenarios, notificationChannels };