This commit is contained in:
Stanley Dimant
2024-07-18 12:06:17 +02:00
parent 72ba13de29
commit 4a0ee24688
2 changed files with 1 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
using MareSynchronos.API.Data;
using MessagePack;
namespace MareSynchronos.API.Dto.User;
[MessagePackObject(keyAsPropertyName: true)]
public record UserProfileReportDto(UserData User, string ProfileReport) : UserDto(User);