From a215f273e40774fa6a746fd0e7bf1d6449592cd8 Mon Sep 17 00:00:00 2001 From: Patrycja Zawrotniak Date: Tue, 9 Jun 2026 10:16:33 +0100 Subject: [PATCH] [DEV-23265] - Add setup type in Notification Enum --- src/types/common/Notification.ts | 1 + 1 file changed, 1 insertion(+) 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 {