namespace s8n_runtime.ViewModels; public record WorkflowNodeToolSlot(string Key, string Type, SlotType SlotType, string? Label = null);