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

4 lines
92 B
C#
Raw Normal View History

namespace AIStudio.Tools.Rust;
public readonly record struct OpenPathRequest(string Path);