AI-Studio/app/MindWork AI Studio/Tools/Rust/TauriEvent.cs

3 lines
116 B
C#
Raw Normal View History

namespace AIStudio.Tools.Rust;
public readonly record struct TauriEvent(TauriEventType Type, List<string> Payload);