Skip to content

Commit

Permalink
fix(evolution-model): evolution chain typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jun 18, 2021
1 parent 9b67bb8 commit cfa1a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Evolution/evolution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface EvolutionChain {
* The item that a Pokémon would be holding when mating that would trigger
* the egg hatching a baby Pokémon rather than a basic Pokémon
*/
baby_trigger_item: NamedAPIResource;
baby_trigger_item: NamedAPIResource | null;
/**
* The base chain link object. Each link contains evolution details for a Pokémon in the chain.
* Each link references the next Pokémon in the natural evolution order
Expand Down

0 comments on commit cfa1a61

Please sign in to comment.