AI-Studio/app/MindWork AI Studio/Components/Layout/NavBarItem.cs

3 lines
135 B
C#
Raw Normal View History

2024-07-24 13:17:45 +00:00
namespace AIStudio.Components.Layout;
public record NavBarItem(string Name, string Icon, Color IconColor, string Path, bool MatchAll);