Type Alias mangadex_api_schema_rust::v5::ChapterData
source · pub type ChapterData = ApiData<ChapterObject>;Aliased Type§
struct ChapterData {
pub result: ResultType,
pub response: ResponseType,
pub data: ApiObject<ChapterAttributes>,
}Fields§
§result: ResultType§response: ResponseType§data: ApiObject<ChapterAttributes>