8 lines
128 B
C#
8 lines
128 B
C#
namespace Lattice.Core.Models.Enums;
|
|
|
|
public enum NotificationSeverity {
|
|
Info,
|
|
Success,
|
|
Warning,
|
|
Error,
|
|
} |