Model/Table/TableEntry.cs

namespace Ominous.Model.Table;
 
internal record struct TableEntry(string Value, string Key = "", bool IsHTML = false);