Transport-agnostic type aliases for endpoints
These types allow endpoints to work with both HTTP (axum) and WASM transports without modification.
pub use crate::transports::http::server::ApiState;
serde