export interface IIIFData { annotations?: string; canvasId?: string; canvasIndex?: number; collectionIndex?: number; iiif_content?: string; iiifManifestId?: string; manifestIndex?: number; muted?: boolean; rangeId?: string; rotation?: number; xywh?: string; }