1
0
Fork 0
forked from aly/qstbak
qstbak/Questionable/Questionable.Model.Changelog/ChangeEntry.cs
2025-11-17 11:31:27 +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);