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