UNPKG

@bgoff1/pokeapi-types

Version:

Typescript types for the PokeAPI. For more information go to https://pokeapi.co/docs/v2.

4 lines (3 loc) 60 B
export type TypeSprite = { name_icon: string | null; };