mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 19:32:10 +00:00
4 lines
108 B
C#
4 lines
108 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public readonly record struct OpenPathResponse(bool Success, string Issue);
|