UNPKG

rijksmuseum-typescript-api

Version:

Rijksmuseum API Wrapper made with Typescript and RxJS

8 lines (7 loc) 138 B
export interface ArtLabel { title: string; makerLine: string; description: string; notes: any; date: string; }