import { DownloadOption } from "./DownloadOption"; export interface IRenderingOption { type: DownloadOption; button: JQuery; }