namespace NodePipeline.Configuration.Yaml.Internal_Models; internal class YamlEditorParameterConfig { /// /// человекочитаемое имя /// public string? Label { get; set; } public string? Description { get; set; } public string? Value { get; set; } }