UNPKG

@mariolazzari/rijks

Version:

Rijksmuseum REST APIs client TypeScript based

5 lines (4 loc) 109 B
import { Level } from "./Level"; export declare type CollectionImageResponse = { levels: Level[]; };