mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-19 01:52:13 +00:00
5 lines
201 B
C#
5 lines
201 B
C#
|
|
using AIStudio.Settings.DataModel;
|
||
|
|
|
||
|
|
namespace AIStudio.Dialogs;
|
||
|
|
|
||
|
|
public readonly record struct DataSourceERIV1UsernamePasswordExportDialogResult(DataSourceERIUsernamePasswordMode UsernamePasswordMode);
|