initial copy
This commit is contained in:
3
s8n-runtime/ViewModels/WorkflowNodeToolSlot.cs
Normal file
3
s8n-runtime/ViewModels/WorkflowNodeToolSlot.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace s8n_runtime.ViewModels;
|
||||
|
||||
public record WorkflowNodeToolSlot(string Key, string Type, SlotType SlotType, string? Label = null);
|
||||
Reference in New Issue
Block a user