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

    Interface MangaSchema

    Manga

    interface MangaSchema {
        attributes: MangaAttributesSchema;
        id: string;
        relationships: RelationshipSchema[];
        type: "manga";
    }
    Index

    Properties

    id: string

    uuid

    relationships: RelationshipSchema[]
    type: "manga"