UNPKG

@bgoff1/pokeapi-types

Version:

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

6 lines (5 loc) 165 B
import type { ContestComboDetail } from "./contest-combo-detail"; export type ContestComboSets = { normal: ContestComboDetail; super: ContestComboDetail; };