vanity color dto, method
This commit is contained in:
6
LightlessSyncAPI/Dto/User/UserVanityColorsDto.cs
Normal file
6
LightlessSyncAPI/Dto/User/UserVanityColorsDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using MessagePack;
|
||||
|
||||
namespace LightlessSync.API.Dto.User;
|
||||
|
||||
[MessagePackObject(keyAsPropertyName: true)]
|
||||
public record UserVanityColorsDto(string? TextColorHex, string? TextGlowColorHex);
|
||||
Reference in New Issue
Block a user