3 lines
136 B
C#
3 lines
136 B
C#
|
|
namespace s8n_runtime.ViewModels;
|
||
|
|
|
||
|
|
public record WorkflowNodeToolSlot(string Key, string Type, SlotType SlotType, string? Label = null);
|