📌  相关文章
📜  类型“{}”上不存在属性“kName”-TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:36.551000             🧑  作者: Mango

代码示例1
//You can assign the any type to the object:

let bar: any = {};
bar.foo = "foobar";