我遇到了以下用js FlowType编写的代码(我有兴趣知道在FlowType的上下文中+的值不是普通的JS).
您能否+在下面的代码中解释一下该符号在该物业前的含义:
export type User = {
+name: string,
+surname: string,
+personId: PourceId,
}
Run Code Online (Sandbox Code Playgroud)
我在文档中找不到任何参考,也欢迎任何链接.