UNPKG

@bgoff1/pokeapi-types

Version:

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

6 lines (5 loc) 152 B
import type { NamedAPIResource } from "../common/named-api-resource"; export type MoveStatChange = { change: number; stat: NamedAPIResource; };