Skip to content

Commit fdcde23

Browse files
authored
Update scanner.d.ts
1 parent 070e536 commit fdcde23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/lib/scanner.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export interface Pokemon {
260260
pvp_rankings_ultra_league?: import('ohbem').PvPRankEntry[]
261261
distance?: number
262262
shiny?: boolean
263+
background?: number
263264
}
264265

265266
export type FullPokemon = FullModel<Pokemon, PokemonModel.Pokemon>

0 commit comments

Comments
 (0)