FileUploadStatusResponse: {
    error_description: string | null;
    file_name: string;
    id: string;
    status: FileUploadStatus;
    summary: SummaryPartResponse | null;
    target_id: string;
    target_type: FileUploadType;
}

Type declaration