initial copy
This commit is contained in:
8
s8n-runtime/ViewModels/SlotType.cs
Normal file
8
s8n-runtime/ViewModels/SlotType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace s8n_runtime.ViewModels;
|
||||
|
||||
public enum SlotType
|
||||
{
|
||||
Event,
|
||||
Property,
|
||||
PropertySource,
|
||||
}
|
||||
Reference in New Issue
Block a user