mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 16:30:21 +00:00
3 lines
116 B
C#
3 lines
116 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public readonly record struct TauriEvent(TauriEventType Type, List<string> Payload); |