UNPKG

@bgoff1/pokeapi-types

Version:

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

6 lines (5 loc) 221 B
import type { NaturePokeathlonStatAffect } from "./nature-pokeathlon-stat-affect"; export type NaturePokeathlonStatAffectSets = { increase: NaturePokeathlonStatAffect[]; decrease: NaturePokeathlonStatAffect[]; };