mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:36:31 +00:00
Errors sending to UI
notifying client of AI model conversion
This commit is contained in:
@@ -6,4 +6,9 @@ namespace Azaion.Common.Events;
|
||||
public class AnnotationsDeletedEvent(List<Annotation> annotations) : INotification
|
||||
{
|
||||
public List<Annotation> Annotations { get; set; } = annotations;
|
||||
}
|
||||
|
||||
public class AnnotationAddedEvent(Annotation annotation) : INotification
|
||||
{
|
||||
public Annotation Annotation { get; set; } = annotation;
|
||||
}
|
||||
Reference in New Issue
Block a user