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

    Interface CoverAttributesSchema

    CoverAttributes

    interface CoverAttributesSchema {
        createdAt: Date;
        description: string | null;
        fileName: string;
        locale: string | null;
        updatedAt: Date;
        version: number;
        volume: string | null;
    }

    Implemented by

    Index

    Properties

    createdAt: Date

    date-time

    description: string | null
    fileName: string
    locale: string | null
    updatedAt: Date

    date-time

    version: number

    1

    volume: string | null