UNPKG

observation-js

Version:

A fully-typed TypeScript client for the waarneming.nl API.

6 lines (5 loc) 94 B
export interface Language { code: string; name_en: string; name_native: string; }