Type Alias mangadex_api::v5::schema::ChapterData

source ·
pub type ChapterData = ApiData<ApiObject<ChapterAttributes>>;

Aliased Type§

struct ChapterData {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: ApiObject<ChapterAttributes>,
}

Fields§

§result: ResultType§response: ResponseType§data: ApiObject<ChapterAttributes>