namespace ArtificersScrollwork.Sidecar.Models; public record FlowNode( string Id, string Type, // method_call | condition | gump_send | return | property_access string Label, List Children, string? FakeInputKey = null, string? ResolvedGump = null, int? AssetRef = null );