initial copy
This commit is contained in:
9
s8n-runtime/ViewModels/EnvParts/EnvMenuItem.cs
Normal file
9
s8n-runtime/ViewModels/EnvParts/EnvMenuItem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace s8n_runtime.ViewModels.EnvParts;
|
||||
|
||||
public class EnvMenuItem
|
||||
{
|
||||
public required string Title { get; set; }
|
||||
public required string Link { get; set; }
|
||||
public string? Icon { get; set; }
|
||||
public string? IconColor { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user