Skip to content

Commit

Permalink
feat(models): revert other pokemon sprites interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Aug 26, 2022
1 parent 68e9fe3 commit 0bc361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Pokemon/pokemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export interface PokemonSprites {
/** The shiny female depiction of this Pokémon from the back in battle */
back_shiny_female: string | null;
/** Dream World, Official Artwork and Home sprites */
other?: OtherPokemonSprites[];
other?: OtherPokemonSprites;
/** Version Sprites of this Pokémon */
versions: VersionSprites;
}
Expand Down

0 comments on commit 0bc361e

Please sign in to comment.