UNPKG

@mariolazzari/met

Version:

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

9 lines (8 loc) 154 B
export type Measurement = { elementName: string; elementDescription?: string; elementMeasurements: { Height: number; Width: number; }; };