MangaData

Type Alias MangaData 

Source
pub type MangaData = ApiData<MangaObject>;

Aliased Type§

pub struct MangaData {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: ApiObject<MangaAttributes>,
}

Fields§

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