1
0
Fork 0
forked from aly/qstbak
qstbak/Questionable/Questionable.Model.Changelog/ChangeEntry.cs
2026-08-17 20:29:32 +10:00

5 lines
189 B
C#

using System.Collections.Generic;
namespace Questionable.Model.Changelog;
internal sealed record ChangeEntry(EChangeCategory Category, string Description, List<string>? SubItems = null);