mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 19:42:56 +00:00
3 lines
182 B
C#
3 lines
182 B
C#
|
namespace AIStudio.Tools;
|
||
|
|
||
|
public readonly record struct PandocInstallation(bool CheckWasSuccessful, string ErrorMessage, bool IsAvailable, string Version, bool IsLocalInstallation);
|