UploadSessionFileAttributes

Hierarchy

Implements

Constructors

Properties

fileHash: string

The hash of this file. May be an empty string

fileSize: number

The file size in bytes of this file

id: string

The MangaDex UUID of this uploaded file

mimeType: string

The MIME image type of this file

num: number

A number assigned to this file. It is usually from the order it was uploaded, but it can also be the file hash or another number.

originalFileName: string

The original filename of the file. May be an empty string

source: "local" | "remote"

Is this file stored on MangaDex's server or elsewhere

version: number

The version number of this file (incremented by updating the file's data)

Generated using TypeDoc