import { DownloadableDataFileContentExtensionInterface } from './downloadableDataFileContentExtensionInterface'; export interface DownloadableDataFileContentInterface { fileData: string; name: string; extensionAttributes?: DownloadableDataFileContentExtensionInterface; }