UNPKG

@mariolazzari/met

Version:

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

6 lines (4 loc) 112 B
import { Department } from './Department'; export type DepartmentsResponse = { departments: Department[]; };