From 3112519a84236a747c1760f4216d73bc9858eef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 8 Nov 2021 15:51:21 +0300 Subject: [PATCH] Update Api.d.ts --- src/components/api/Api.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/api/Api.d.ts b/src/components/api/Api.d.ts index 11c985cd9..9c040dbf5 100644 --- a/src/components/api/Api.d.ts +++ b/src/components/api/Api.d.ts @@ -289,8 +289,8 @@ export const PrimeIcons: { } export const ToastSeverity: { - INFO?: string; - WARN?: string; - ERROR?: string; - SUCCESS?: string; + INFO?: string, + WARN?: string, + ERROR?: string, + SUCCESS?: string }