9 lines
132 B
C#
9 lines
132 B
C#
namespace DataModel.Database;
|
|
|
|
public enum SettingDeepL
|
|
{
|
|
DISABLED,
|
|
|
|
USE_FREE_ACCOUNT,
|
|
USE_PRO_ACCOUNT,
|
|
} |