Interface PokemonDetails

Pokemon details

Hierarchy

  • PokemonDetails

Properties

gender: "M" | "F" | "N"

Pokemon gender, can be male (M), female (F) or none (N)

level: number

The level of the pokemon Default: 100

shiny: boolean

True if the pokemon is shiny

species: string

Name of the pokemon species

terastallized: string

Terastallized condition

Generated using TypeDoc