5 lines
154 B
C#
5 lines
154 B
C#
namespace Wino.Messaging.Server
|
|
{
|
|
public record DraftMapped(string LocalDraftCopyId, string RemoteDraftCopyId) : ServerMessageBase<DraftMapped>;
|
|
}
|