webdataconnector
webdataconnector copied to clipboard
Provide Typescript Declaration File
It should be a simple matter of adding the --declaration option to either the tsc or tsconfig.json file, since from the API documentation it appears that you are already using Typescript for the project source (why not include that source here as well?)
This will give us IDE code assistance.