initial copy
This commit is contained in:
8
s8n-runtime/ViewModels/S8nEnvironmentView.cs
Normal file
8
s8n-runtime/ViewModels/S8nEnvironmentView.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using s8n_runtime.ViewModels.EnvParts;
|
||||
|
||||
namespace s8n_runtime.ViewModels;
|
||||
|
||||
public class S8nEnvironmentView
|
||||
{
|
||||
public List<EnvMenuItem> MenuItems { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user