mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 15:21:37 +00:00
3 lines
161 B
C#
3 lines
161 B
C#
|
|
namespace AIStudio.Tools.Rust;
|
||
|
|
|
||
|
|
public sealed record ShortcutValidationResponse(bool IsValid, string ErrorMessage, bool HasConflict, string ConflictDescription);
|