UNPKG

@mariolazzari/rijks

Version:

Rijksmuseum REST APIs client TypeScript based

9 lines (7 loc) 153 B
import { FacetValue } from "./FacetValue"; export type Facet = { facets: FacetValue[]; name: string; otherTerms: number; prettyName: number; };