UNPKG

rijksmuseum-typescript-api

Version:

Rijksmuseum API Wrapper made with Typescript and RxJS

11 lines (10 loc) 260 B
export interface ArtClassification { iconClassIdentifier: string[]; iconClassDescription: string[]; motifs: string[]; events: string[]; periods: string[]; places: string[]; people: string[]; objectNumbers: string[]; }