Files
Sharp8N-Runtime/s8n-runtime/ViewModels/WorkflowNodeToolSlot.cs
2025-12-24 21:26:35 +03:00

3 lines
136 B
C#

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