Skip to content

Commit

Permalink
fix(pokemon-model): pokemon form typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jun 18, 2021
1 parent cca24af commit 6dd4e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/Pokemon/pokemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ export interface PokemonForm {
names: Name[];
/** The form specific form name of this Pokémon form, or empty if the form does not have a specific name */
form_names: Name[];
/** A list of details showing types this Pokémon has */
types: PokemonType[];
}

/**
Expand Down

0 comments on commit 6dd4e1e

Please sign in to comment.