mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 23:09:07 +00:00
3 lines
140 B
C#
3 lines
140 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public readonly record struct StoreSecretRequest(string Destination, string UserName, EncryptedText Secret); |