Skip to main content
Module

x/pokemon_go_data_api/pokedex.ts>PokedexEntry

Collect Pokemon data using Deno
Latest
interface PokedexEntry
import { type PokedexEntry } from "https://deno.land/x/pokemon_go_data_api@v0.0.1/pokedex.ts";

Properties

id: number
name: string
image: string
types: string[]
stats: Stats
moves: Moveset[]