mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 09:30:21 +00:00
4 lines
124 B
C#
4 lines
124 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public readonly record struct FileSaveResponse(bool UserCancelled, string SaveFilePath);
|