namespace Nop.Services.Messages;
/// <summary>
/// Notification type
/// </summary>
public enum NotifyType
{
/// Success
Success,
/// Error
Error,
/// Warning
Warning
}