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

    Interface UploadSessionFileSchema

    UploadSessionFile

    interface UploadSessionFileSchema {
        attributes: UploadSessionFileAttributesSchema;
        id: string;
        type: "upload_session_file";
    }
    Index

    Properties

    Properties

    id: string

    uuid

    type: "upload_session_file"