UNPKG

@bgoff1/pokeapi-types

Version:

Typescript types for the PokeAPI. For more information go to https://pokeapi.co/docs/v2.

11 lines (10 loc) 306 B
export type PokemonSprites = { front_default: string | null; front_shiny: string | null; front_female: string | null; front_shiny_female: string | null; back_default: string | null; back_shiny: string | null; back_female: string | null; back_shiny_female: string | null; };