131.1. Notification types (#16)
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
export enum NotificationType {
|
||||
DEFAULT = 'default',
|
||||
INFO = 'info',
|
||||
SUCCESS = 'success',
|
||||
WARNING = 'warning',
|
||||
ERROR = 'error'
|
||||
}
|
||||
Reference in New Issue
Block a user