mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-20 15:12:14 +00:00
5 lines
205 B
C#
5 lines
205 B
C#
|
|
using AIStudio.Settings.DataModel;
|
||
|
|
|
||
|
|
namespace AIStudio.Dialogs;
|
||
|
|
|
||
|
|
public readonly record struct DataSourceERIV1ExportDialogResult(bool IncludeSecret, DataSourceERIUsernamePasswordMode UsernamePasswordMode);
|