UNPKG

@bgoff1/pokeapi-types

Version:

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

7 lines (6 loc) 132 B
import type { Name } from "../common/name"; export type MoveBattleStyle = { id: number; name: string; names: Name[]; };