mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 04:20:20 +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); |