1 Star 0 Fork 2

weipo0105/世界国家-地区

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.d.ts 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
export interface OfficialAndCommon {
common: string
official: string
}
export interface CountryName extends OfficialAndCommon {
native: {
[languageCode: string]: OfficialAndCommon
}
}
export interface Currency {
name: string
symbol: string
}
export interface IntlDirectDialingCode {
root: string
suffixes: string[]
}
export interface Country {
name: CountryName
tld: string[]
cca2: string
ccn3: string
cca3: string
cioc: string
independent: boolean
status: string
currencies: { [currencyCode: string]: Currency }
idd: IntlDirectDialingCode
capital: string[]
altSpellings: string[]
region: string
subregion: string
languages: { [languageCode: string]: string }
translations: { [languageCode: string]: OfficialAndCommon }
latlng: [number, number]
demonym: string
landlocked: boolean
borders: string[]
area: number
flag: string
}
export type Countries = Country[]
declare const countries: Countries
export default countries
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weipo0105/world-address.git
git@gitee.com:weipo0105/world-address.git
weipo0105
world-address
世界国家-地区
master

搜索帮助