@aristid/leav-types 1.5.1-c152bc02 → 1.5.1-cf0ec4a5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40,6 +40,10 @@ export interface ICreateNotification {
|
|
|
40
40
|
*/
|
|
41
41
|
priority: 'urgent' | 'normal';
|
|
42
42
|
content: INotificationContent;
|
|
43
|
+
/**
|
|
44
|
+
* Channels to send the notification to (if not set, all channels will be used)
|
|
45
|
+
*/
|
|
46
|
+
channels?: NotificationChannels[];
|
|
43
47
|
}
|
|
44
48
|
export declare enum NotificationChannels {
|
|
45
49
|
EMAIL = "email",
|