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

    Interface UploadSessionAttributesSchema

    UploadSessionAttributes

    interface UploadSessionAttributesSchema {
        createdAt: Date;
        isCommitted: boolean;
        isDeleted: boolean;
        isProcessed: boolean;
        updatedAt: Date;
        version: number;
    }

    Implemented by

    Index

    Properties

    createdAt: Date

    date-time

    isCommitted: boolean
    isDeleted: boolean
    isProcessed: boolean
    updatedAt: Date

    date-time

    version: number

    1