diff --git a/typescript/base/foundation/message.ts b/typescript/base/foundation/message.ts index 732375e4e..e1506c35a 100644 --- a/typescript/base/foundation/message.ts +++ b/typescript/base/foundation/message.ts @@ -1,5 +1,5 @@ type toastOptions = { - level: "success" | "warning" | "error" | "common" | "loading" + level: "success" | "warning" | "error" | "normal" | "loading" autoClose?: boolean callback?: Function }