mangadex_api_schema_rust/v5/
is_following_response.rs

1
2
3
4
5
#[derive(Debug, Clone)]
#[cfg_attr(feature = "specta", derive(specta::Type))]
pub struct IsFollowingResponse {
    pub is_following: bool,
}