import { IIIFData } from "../../IIIFData"; export interface IOpenSeadragonExtensionData extends IIIFData { highlight: string | undefined; rotation: number | undefined; xywh: string | undefined; }