UNPKG

@bgoff1/pokeapi-types

Version:

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

5 lines (4 loc) 88 B
export type GrowthRateExperienceLevel = { level: number; experience: number; };