using System.Management.Automation; namespace OutGridTree.Window; public sealed record Row(string[] Headers, PSObject? Entry);