mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 21:29:06 +00:00
3 lines
124 B
C#
3 lines
124 B
C#
namespace AIStudio.Layout;
|
|
|
|
public record NavBarItem(string Name, string Icon, Color IconColor, string Path, bool MatchAll); |