diff --git a/src/types/common/Notification.ts b/src/types/common/Notification.ts index b43dc273..54d2edbb 100644 --- a/src/types/common/Notification.ts +++ b/src/types/common/Notification.ts @@ -13,6 +13,7 @@ export namespace Notification { INFO = 'info', WARNING = 'warning', DANGER = 'danger', + SETUP = 'setup', } export interface Action {