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

    Interface ChapterDraftSchema

    interface ChapterDraftSchema {
        chapter: ChapterVolumeSchema;
        externalUrl?: string | null;
        publishAt?: Date;
        title: string | null;
        translatedLanguage: string;
        volume: ChapterVolumeSchema;
    }
    Index

    Properties

    externalUrl?: string | null

    512

    ^https?://

    publishAt?: Date

    date-time

    ^\d{4}-[0-1]\d-([0-2]\d|3[0-1])T([0-1]\d|2[0-3]):[0-5]\d:[0-5]\d$

    title: string | null

    255

    translatedLanguage: string

    ^[a-z]{2}(-[a-z]{2})?$