This typings are used by https://github.com/SharePoint/PnP-JS-Core. There the data is returned as objects without functionality. But the properties could be accessed via their key like
let title = myList["Title"];
This is required especially when the typescript option noImplicitAny is used.
This typings are used by https://github.com/SharePoint/PnP-JS-Core. There the data is returned as objects without functionality. But the properties could be accessed via their key like
This is required especially when the typescript option
noImplicitAny
is used.