Skip to content

Commit

Permalink
fix: set proper type for compat golbat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Sep 4, 2024
1 parent 4595820 commit 0d5b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/lib/scanner.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface PokemonDisplay {
gender: number
shiny: boolean
temp_evolution: number
temp_evolution_finish_ms: number
temp_evolution_finish_ms?: number
alignment: number
badge: number
location_card: number
Expand Down

0 comments on commit 0d5b5f7

Please sign in to comment.