Добавлен Studio
This commit is contained in:
@@ -8,4 +8,4 @@ public enum DockDirection
|
||||
Top,
|
||||
Bottom,
|
||||
Floating,
|
||||
}
|
||||
}
|
||||
|
||||
8
Lattice.Core/Models/Enums/NotificationSeverity.cs
Normal file
8
Lattice.Core/Models/Enums/NotificationSeverity.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Lattice.Core.Models.Enums;
|
||||
|
||||
public enum NotificationSeverity {
|
||||
Info,
|
||||
Success,
|
||||
Warning,
|
||||
Error,
|
||||
}
|
||||
Reference in New Issue
Block a user