UNPKG

@mariolazzari/rijks

Version:

Rijksmuseum REST APIs client TypeScript based

17 lines (16 loc) 408 B
import { Link } from "./Link"; import { Image } from "./Image"; export declare type ArtObject = { links: Link; id: string; objectNumber: string; title: string; hasImage: boolean; principalOrFirstMaker: string; longTitle: string; showImage: boolean; permitDownload: boolean; webImage?: Image; headerImage?: Image; productionPlaces: string[]; };