Added TODO

This commit is contained in:
Chomp
2025-08-07 18:22:28 +01:00
parent 162ce3f1d5
commit 809310240c
@@ -21,6 +21,7 @@ public record CustomizationSetOption
[JsonPropertyName("id")]
public MongoId Id { get; set; }
// TODO: convert into enum (dogTag/suite/voice)
[JsonPropertyName("type")]
public string? Type { get; set; }