namespace DataModel.Database;

public enum SettingDeepLMode
{
    DISABLED,
    
    USE_FREE_ACCOUNT,
    USE_PRO_ACCOUNT,
}