mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-29 22:19:47 +00:00
3 lines
73 B
C#
3 lines
73 B
C#
|
namespace AIStudio.Components.Blocks;
|
||
|
|
||
|
public interface ITreeItem<out T>;
|