mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-05 00:20:20 +00:00
3 lines
119 B
C#
3 lines
119 B
C#
|
|
namespace AIStudio.Tools.Rust;
|
||
|
|
|
||
|
|
public readonly record struct SelectSecretRequest(string Destination, string UserName);
|