AI-Studio/app/MindWork AI Studio/Components/Blocks/TreeButton.cs
2024-07-11 08:54:03 +02:00

3 lines
153 B
C#

namespace AIStudio.Components.Blocks;
public readonly record struct TreeButton(WorkspaceBranch Branch, int Depth, string Text, string Icon) : ITreeItem;