//! Data types used for the injection endpoint.
use ;
/// Path to the injection endpoint.
pub const PATH: &str = "/injection";
/// Represents an individual check on the injection endpoint.
/// Request type for the injection endpoint.
/// Response type for the injection endpoint.