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

9 lines
136 B
C#
Raw Permalink Normal View History

namespace DataModel.Database;
2022-07-30 14:09:58 +00:00
public enum SettingDeepLMode
{
DISABLED,
USE_FREE_ACCOUNT,
USE_PRO_ACCOUNT,
}