This commit is contained in:
CWX
2025-01-13 16:08:04 +00:00
parent 6a66923545
commit fe07501e06
@@ -8,7 +8,7 @@ public class CustomisationStorage
public string? Id { get; set; }
[JsonPropertyName("source")]
public string? Source { get; set; }
public CustomisationSource? Source { get; set; }
[JsonPropertyName("type")]
public string? Type { get; set; }