HuangHongRui / huanghongrui.github.io

:poultry_leg: MyBlog | Keep track of every moment.. :icecream:
http://blog.luckyman.xyz/
3 stars 1 forks source link

Key Issus.. #29

Closed HuangHongRui closed 6 years ago

HuangHongRui commented 6 years ago
zh_CN.ts/Customer
export type IntlKeys = keyof typeof zh_CN | **string**;
export type IntlData = { [p in IntlKeys]: string };

接入变量 类型是否 为string ..妥当?