Initial
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using MareSynchronos.API.Data;
|
||||
using MessagePack;
|
||||
|
||||
namespace MareSynchronos.API.Dto.User;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record UserProfileReportDto(UserData User, string ProfileReport) : UserDto(User);
|
Reference in New Issue
Block a user