UNPKG

@mariolazzari/met

Version:

This package is a TypeScript based wrapper around the public REST APIs of *Metropolitan museum of Art* (New York).

5 lines (3 loc) 130 B
import { Result } from './Result'; import { ObjectData } from './ObjectData'; export type SearchResponse = Result<ObjectData[]>;