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

3 lines
124 B
C#
Raw Normal View History

namespace AIStudio.Tools.Rust;
public readonly record struct GetLogPathsResponse(string LogStartupPath, string LogAppPath);