CoverAttributes

Hierarchy

Implements

Constructors

Properties

createdAt: Date

The date this cover was uploaded

description: null | string

Description of this cover. May be an empty string

fileName: string

The file name of this cover's image

id: string

MangaDex UUID for this object

locale: null | string

What language is this cover in

Relationship to the manga this cover belongs to

updatedAt: Date

The date this cover was last updated

uploader: Relationship<User>

Relationship to the user who uploaded this cover

url: string

Url to this cover's image

version: number

The version of this cover (incremented by updating the cover)

volume: null | string

What volume is this cover for, if any

Methods

  • Deletes a cover by their id

    Parameters

    • id: string

    Returns Promise<void>

  • Retrieves an array of covers by an array of ids

    Parameters

    • ids: string[]

    Returns Promise<Cover[]>

Generated using TypeDoc