mapbox / mapbox-sdk-js

A JavaScript client to Mapbox services, supporting Node, browsers, and React Native
Other
717 stars 186 forks source link

Interfaces "Country" and "Region" should extend IdentifiableLocation rather than NamedLocation #495

Closed Dexoon closed 2 months ago

Dexoon commented 2 months ago

All the countries and regions I have requested in playground have wikidata_id field. But according to @types/mapbox__mapbox-sdk/index.d.ts:1170 these types do not contain such a field

Dexoon commented 2 months ago

Sorry for inconvenience, its the issue of DefinitelyTyped