//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: schema.zmodel · Generated: 2026-02-23 //
//////////////////////////////////////////////////////////////////////////////////////////////
Index / Enums / NotificationChannel
Delivery channel for user notifications.
Users can configure per-channel preferences for each notification type. EMAIL and PUSH are opt-in; IN_APP is always enabled and cannot be disabled.
Defined in: enums.zmodel
Declaration · enums.zmodel
enum NotificationChannel {
IN_APP
EMAIL
PUSH
}Possible values for this enumeration.
| Value | Description |
|---|---|
IN_APP |
Displayed in the notification center within the application. |
EMAIL |
Sent to the user's primary email address. |
PUSH |
Delivered via browser or mobile push notification. |
Models and fields that reference this type.
Previous: BillingInterval · Next: NotificationSeverity