UNPKG

rijksmuseum-typescript-api

Version:

Rijksmuseum API Wrapper made with Typescript and RxJS

8 lines (7 loc) 156 B
export interface ArtDating { presentingDate: string; sortingDate: number; period: number; yearEarly: number; yearLate: number; }