//! MangaDex API types that are unlikely to often change (constant).
//!
//! <https://api.mangadex.org/docs/static-data/>
pub mod content_rating;
pub mod custom_list_visibility;
pub mod demographic;
pub mod manga_relation;
pub mod manga_status;
pub mod reading_status;
pub mod reference_expansion_resource;
pub mod relationship_type;
pub mod response_type;