Fixing UI thread issues with bulk operations and request queue refactoring.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace Wino.Core.Domain.Models.MailItem;
|
||||
|
||||
public sealed record MailCopyStateUpdate(string MailCopyId, bool? IsRead = null, bool? IsFlagged = null);
|
||||
Reference in New Issue
Block a user