f0743f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export enum ESide { Top = 'top', Right = 'right', Bottom = 'bottom', Left = 'left', } export enum NotificationSeverity { INFO = 'info', SUCCESS = 'success', WARNING = 'warning', ERROR = 'error', }