UNPKG

@mariolazzari/rijks

Version:

Rijksmuseum REST APIs client TypeScript based

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