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) 200 B
export declare type Constituent = { constituentID: number; role: string; name: string; constituentULAN_URL: string; constituentWikidata_URL: string; gender: string; };