Update Api.d.ts

pull/1751/head
Tuğçe Küçükoğlu 2021-11-08 15:51:21 +03:00
parent 13e15e8d47
commit 3112519a84
1 changed files with 4 additions and 4 deletions

View File

@ -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
}