drazenbebic / pokezerrb-discord-bot

0 stars 0 forks source link

Typescript Interfaces #3

Open drazenbebic opened 2 years ago

drazenbebic commented 2 years ago

Create a new folder called interfaces in the src directory.

Add exportable interfaces for the Pokemon and Pokemon Species endpoint objects in a file called pokeapi-objects.ts.

Split sub-objects into their own interfaces which don't need to be exportable, just used internally by the other two interfaces.