mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-09-02 15:02:56 +00:00
8 lines
102 B
C#
8 lines
102 B
C#
|
namespace AIStudio.Settings.DataModel;
|
||
|
|
||
|
public enum UpdateInstallation
|
||
|
{
|
||
|
MANUAL,
|
||
|
AUTOMATIC,
|
||
|
}
|