mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 16:52:11 +00:00
3 lines
166 B
C#
3 lines
166 B
C#
|
|
namespace AIStudio.Tools.Services;
|
||
|
|
|
||
|
|
public sealed record PluginShareResult(bool Success, string PluginName, string ArchivePath, string Issue, bool Cancelled = false);
|