mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-06 08:49:06 +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);
|