I18NCommander/I18N Commander/DataModel/Database/SettingDeepLAction.cs

7 lines
105 B
C#
Raw Normal View History

2022-07-30 14:38:38 +00:00
namespace DataModel.Database;
public enum SettingDeepLAction
{
MANUAL,
AUTOMATIC_ALL,
}