Improved json support

This commit is contained in:
TheXamlGuy
2024-07-15 21:14:30 +01:00
parent 46d8ea6d6c
commit f38a3d6aad
34 changed files with 143 additions and 130 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public record ItemSectionConfiguration
{
public IList<ItemEntryConfiguration> Entries { get; set; } = new List<ItemEntryConfiguration>();
public IList<IItemEntryConfiguration> Entries { get; set; } = new List<IItemEntryConfiguration>();
}