internetarchive-sdk-js
    Preparing search index...

    Interface UpdateItemResponse

    interface UpdateItemResponse {
        error?: string;
        log?: string;
        success: boolean;
        task_id?: number;
    }
    Index

    Properties

    error?: string
    log?: string
    success: boolean
    task_id?: number