How can I access id and name? (Typescript type)

后端 未结 0 1512
你的背包
你的背包 2021-01-24 05:06
type ClientData = {
id: number,
name: string 
}

And if you know the answer, can you please also tell me what this is? Is it really called a type? I can\

相关标签:
回答
  • 消灭零回复
提交回复
热议问题