UNPKG

@bgoff1/pokeapi-types

Version:

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

6 lines (5 loc) 160 B
import type { MoveStatAffect } from "./move-stat-affect"; export type MoveStatAffectSets = { increase: MoveStatAffect[]; decrease: MoveStatAffect[]; };