标签: node.js sharepoint
我需要使用节点连接我的SharePoint列表。我正在使用以下包sp-request。Attribute Value Templates
我收到以下错误。
无法读取未定义的属性“匹配”
这是我的代码。
class Employee { var name : String ... var birthdayDate : Date var startWorkDate : Date }
请帮我解决错误。