unsplash / unsplash-js

🤖 Official JavaScript wrapper for the Unsplash API
https://www.npmjs.com/package/unsplash-js
MIT License
2.15k stars 157 forks source link

Feature request: add types for entities like images and authors #184

Closed AleksandrHovhannisyan closed 3 years ago

AleksandrHovhannisyan commented 3 years ago

As a TypeScript user, I'd like to be able to import types for things like images and authors without having to define my own types. This would speed up development when installing the package for the first time. That way, users don't have to explore the API and construct their own shapes for the returned data—they can just import the types.

AleksandrHovhannisyan commented 3 years ago

This is already a thing, apologies for the unnecessary noise