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 (4 loc) 125 B
import { Department } from './Department'; export declare type DepartmentsResponse = { departments: Department[]; };