Files

9 lines
105 B
C#
Raw Permalink Normal View History

2025-12-24 21:26:35 +03:00
namespace s8n_runtime.ViewModels;
public enum SlotType
{
Event,
Property,
PropertySource,
}