UNPKG

pokeapi-typescript

Version:

Typescript SDK for PokeAPI (https://pokeapi.co)

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