9 lines
105 B
C#
9 lines
105 B
C#
namespace s8n_runtime.ViewModels;
|
|
|
|
public enum SlotType
|
|
{
|
|
Event,
|
|
Property,
|
|
PropertySource,
|
|
}
|