UNPKG

@bgoff1/pokeapi-types

Version:

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

6 lines (5 loc) 169 B
import type { NamedAPIResource } from "../common/named-api-resource"; export type PokemonSpeciesDexEntry = { entry_number: number; pokedex: NamedAPIResource; };