@netresearch/node-magento-eqp
    Preparing search index...

    Interface MalwareScanCompleteEvent

    interface MalwareScanCompleteEvent {
        callback_event: "malware_scan_complete";
        update_info: { file_upload_id: string; tool_result: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    callback_event: "malware_scan_complete"
    update_info: { file_upload_id: string; tool_result: string }