export const OPTIONS = {
desktopNotifications: [
{
label: 'Default',
value: 'default'
},
label: 'All_Messages',
value: 'all'
label: 'Mentions',
value: 'mentions'
label: 'Nothing',
value: 'nothing'
}
],
audioNotifications: [
mobilePushNotifications: [
emailNotifications: [
desktopNotificationDuration: [
value: 0
label: 'Seconds',
second: 1,
value: 1
second: 2,
value: 2
second: 3,
value: 3
second: 4,
value: 4
second: 5,
value: 5
audioNotificationValue: [
label: 'None',
value: 'none None'
value: '0 Default'
label: 'Beep',
value: 'beep Beep'
label: 'Ding',
value: 'ding Ding'
label: 'Chelle',
value: 'chelle Chelle'
label: 'Droplet',
value: 'droplet Droplet'
label: 'Highbell',
value: 'highbell Highbell'
label: 'Seasons',
value: 'seasons Seasons'
]
};