Paolo Pestalozzi
Results
1
issues of
Paolo Pestalozzi
Hello, I found an error for IType interface declaration ``` export interface IType { id: number; name: string; damage_relations: ITypeRelations; game_indices: IGenerationGameIndex[]; generation: INamedApiResource; move_damage_class: INamedApiResource; names: IName[]; pokemon: ITypePokemon[];...