10 lines
138 B
JavaScript
10 lines
138 B
JavaScript
export default {
|
|
name: 'Notifications',
|
|
colour: 360,
|
|
|
|
contents: [
|
|
'action_email',
|
|
'action_sms',
|
|
'action_webhook',
|
|
]
|
|
}
|