mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-13 03:40:20 +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);
|