1
0
Fork 0
forked from aly/qstbak

muffin v7.38

This commit is contained in:
alydev 2025-11-17 11:31:27 +10:00
parent 411c0bbe76
commit e5b98b3d57
35 changed files with 10700 additions and 7610 deletions

View file

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