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

3 lines
135 B
C#
Raw Normal View History

namespace AIStudio.Components.Layout;
public record NavBarItem(string Name, string Icon, Color IconColor, string Path, bool MatchAll);