UNPKG

@bgoff1/pokeapi-types

Version:

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

8 lines (7 loc) 230 B
import type { ChainLink } from "./chain-link"; import type { NamedAPIResource } from "../common/named-api-resource"; export type EvolutionChain = { id: number; baby_trigger_item: NamedAPIResource; chain: ChainLink; };