mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 17:21:36 +00:00
3 lines
94 B
C#
3 lines
94 B
C#
|
|
namespace AIStudio.Tools.Rust;
|
||
|
|
|
||
|
|
public sealed record ValidateShortcutRequest(string Shortcut);
|