Introducing SharePoint Typed Item - Visual Studio Code extension
When working with SharePoint as a developer you often need access to SharePoint data. If you use TypeScript you expect that all data will be strongly typed. However, it's not a case if you work with SharePoint dynamic data like lists and libraries. Consider the code below written with PnPjs: or with SPHttpClient inside SharePoint Framework solution: In both....