Type Alias mangadex_api::v5::schema::CustomListData

source ·
pub type CustomListData = ApiData<ApiObject<CustomListAttributes>>;

Aliased Type§

struct CustomListData {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: ApiObject<CustomListAttributes>,
}

Fields§

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