update notif
This commit is contained in:
@@ -6,6 +6,10 @@ export interface NotificationPreferenceData {
|
||||
}
|
||||
|
||||
export const notificationPreferencesData: NotificationPreferenceData[] = [
|
||||
{
|
||||
title: NotifTitleEnum.PAGER_CREATED,
|
||||
channels: [NotifChannelEnum.SMS, NotifChannelEnum.PUSH, NotifChannelEnum.IN_APP],
|
||||
},
|
||||
{
|
||||
title: NotifTitleEnum.ORDER_CREATED,
|
||||
channels: [NotifChannelEnum.SMS, NotifChannelEnum.PUSH, NotifChannelEnum.IN_APP],
|
||||
|
||||
Reference in New Issue
Block a user