mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-03 17:22:57 +00:00
3 lines
134 B
C#
3 lines
134 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public readonly record struct SelectSecretRequest(string Destination, string UserName, bool IsTrying); |