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

    Interface ChapterSchema

    Chapter

    interface ChapterSchema {
        attributes: ChapterAttributesSchema;
        id: string;
        relationships: RelationshipSchema[];
        type: "chapter";
    }
    Index

    Properties

    id: string

    uuid

    relationships: RelationshipSchema[]
    type: "chapter"