UNPKG

pokeapi-typescript

Version:

Typescript SDK for PokeAPI (https://pokeapi.co)

10 lines (9 loc) 189 B
import type { Name } from "./CommonModels"; export type Language = { id: number; iso3166: string; iso639: string; name: string; names: Name[]; official: boolean; };