mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-22 20:31:36 +00:00
3 lines
99 B
C#
3 lines
99 B
C#
|
|
namespace AIStudio.Tools;
|
||
|
|
|
||
|
|
public readonly record struct ComponentsData(Event Event, string Route);
|