import type { ProductFeedUploadGetInputMethod } from "../enums.ts"; export interface ProductFeedUploadGetFields { end_time: string; error_count: number; error_report: unknown; errors: unknown; filename: string; id: number; input_method: ProductFeedUploadGetInputMethod; num_deleted_items: number; num_detected_items: number; num_invalid_items: number; num_persisted_items: number; progresses: unknown; start_time: string; upload_complete: boolean; url: string; warning_count: number; }