mangadex-full-api - v6.2.0
    Preparing search index...

    Interface CoverSchema

    Cover

    interface CoverSchema {
        attributes: CoverAttributesSchema;
        id: string;
        relationships: RelationshipSchema[];
        type: "cover_art";
    }
    Index

    Properties

    id: string

    uuid

    relationships: RelationshipSchema[]
    type: "cover_art"