mangadex_api_schema_rust/v5/
is_following_response.rs

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