vanity color dto, method

This commit is contained in:
azyges
2025-09-26 18:52:35 +09:00
parent eb04433427
commit b85b54f560
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
using MessagePack;
namespace LightlessSync.API.Dto.User;
[MessagePackObject(keyAsPropertyName: true)]
public record UserVanityColorsDto(string? TextColorHex, string? TextGlowColorHex);