mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-03-13 11:49:05 +00:00
3 lines
124 B
C#
3 lines
124 B
C#
|
namespace AIStudio.Tools.Rust;
|
||
|
|
||
|
public readonly record struct GetLogPathsResponse(string LogStartupPath, string LogAppPath);
|