Migrate this to typed config: ```rust if dp.checks_enabled() { add_checks_pipeline_to_blueprint(&mut blueprint, &config_system.raw_map(), env_provider).await?; } ```
Migrate this to typed config: