UNPKG

@allmaps/stdlib

Version:

Allmaps Standard Library

3 lines (2 loc) 185 B
import type { Image, Manifest, Collection } from '@allmaps/iiif-parser'; export declare function fetchAnnotationsFromApi(parsedIiif: Image | Manifest | Collection): Promise<unknown[]>;