AI-Studio/app/MindWork AI Studio/Tools/SendToData.cs

3 lines
95 B
C#
Raw Normal View History

namespace AIStudio.Tools;
public readonly record struct SendToData(Event Event, string Route);