1//! E2E test generation configuration re-exports.
2//!
3//! The canonical config types live in `alef_core::config::e2e` so they can be
4//! deserialized as part of `AlefConfig`. This module re-exports them for
5//! convenience within the `alef-e2e` crate.
67pub use alef_core::config::e2e::*;