mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 19:49:06 +00:00
6 lines
96 B
C#
6 lines
96 B
C#
namespace AIStudio.Tools;
|
|
|
|
public interface IButtonData
|
|
{
|
|
public ButtonTypes Type { get; }
|
|
} |