mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 10:39:47 +00:00
3 lines
159 B
C#
3 lines
159 B
C#
namespace AIStudio.Components.Blocks;
|
|
|
|
public readonly record struct TreeButton<T>(WorkspaceBranch Branch, int Depth, string Text, string Icon) : ITreeItem<T>; |