This commit is contained in:
meelstorm
2025-09-29 09:31:57 +02:00
parent 87c1145744
commit 1aecb79ade
16 changed files with 110 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
namespace VisionBuilder.UI.Common.Commands;
public class ErrorsInSequenceEvent
{
public int Errors { get; set; }
}