interface DownloadOptions : DownloadCSV, DownloadXLXS, DownloadPDF, DownloadHTML
open var documentProcessing: ((doc: Any) -> Any)?