feat(Toasts) Adding toasts
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Model.Feedback;
|
||||
|
||||
public class SeverityType
|
||||
{
|
||||
public static string Warning = "Warning";
|
||||
public static string Information = "Information";
|
||||
public static string Error = "Error";
|
||||
public static string Success = "Success";
|
||||
}
|
||||
Reference in New Issue
Block a user