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