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

    Interface UploadSessionSchema

    UploadSession

    interface UploadSessionSchema {
        attributes: UploadSessionAttributesSchema;
        id: string;
        type: "upload_session";
    }
    Index

    Properties

    Properties

    id: string

    uuid

    type: "upload_session"