Bug Report
Prerequisites
For more information, see the CONTRIBUTING guide.
Description
Using
import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';
The line:
const uploadSession = MicrosoftGraph.LargeFileUploadTask.createUploadSession(client, "REQUEST_URL", payload);
Based on the documentation here
Has TSlint complain "Property 'LargeFileUploadTask' does not exist on type 'typeof import("{mypath}/node_modules/@microsoft/microsoft-graph-types/microsoft-graph")'.ts(2339)"
Am Using the right code?
SDK Version - [1.12.1]
- [] Node (Check, if using Node version of SDK)
Node Version - [The version of Node you are using]
AB#9511