UNPKG

@bgoff1/pokeapi-types

Version:

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

7 lines (6 loc) 219 B
import type { NamedAPIResource } from "../common/named-api-resource"; export type MoveBattleStylePreference = { low_hp_preference: number; high_hp_preference: number; move_battle_style: NamedAPIResource; };