using Azaion.Annotations.Enums; namespace Azaion.Annotations.DTOs; public class UpdateStatusRequest { public AnnotationStatus Status { get; set; } }