using System.Collections.Generic; using Wino.Core.Domain.Enums; namespace Wino.Messaging.UI; public record BulkMailStateUpdatedMessage( IReadOnlyList UpdatedStates, EntityUpdateSource Source = EntityUpdateSource.Server) : UIMessageBase;