mangadex_api::v5::schema

Type Alias AuthorData

Source
pub type AuthorData = ApiData<ApiObject<AuthorAttributes>>;

Aliased Type§

struct AuthorData {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: ApiObject<AuthorAttributes>,
}

Fields§

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