Remove unnecessary element in PokemonResponseData type

This commit is contained in:
Jason Zhu 2023-05-19 22:00:22 +10:00
parent 2513d4365f
commit 4a13b56c98

View File

@ -37,7 +37,6 @@ export interface PokemonResponseData {
base_experience: number;
forms: nameUrlPair[];
height: number;
held_items: any[];
id: number;
is_default: boolean;
location_area_encounters: string;