Add new DTOs

This commit is contained in:
defnotken
2025-09-05 16:32:33 -05:00
parent 4918a2c4e3
commit d73dea8706
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
using MessagePack;
namespace LightlessSync.API.Dto.User;
[MessagePackObject(keyAsPropertyName: true)]
public record BanRequest(string UID);