mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-17 03:21:37 +00:00
3 lines
99 B
C#
3 lines
99 B
C#
|
|
namespace AIStudio.Tools.Rust;
|
||
|
|
|
||
|
|
public sealed record EnterpriseConfig(string Id, string ServerUrl);
|