1 2 3 4
pub type Response = axum::response::Response; pub type Value = serde_json::Value; pub use axum::response::{Form, Html, Redirect};