Following https://docs.microsoft.com/en-us/graph/sdks/large-file-upload?tabs=typescript, Typescript complains that it can't fine "OneDriveLargeFileUploadTask"
I have imports
import {Client} from "@microsoft/microsoft-graph-client"
import * as MicrosoftGraph from "@microsoft/microsoft-graph-types"
How do I get the code to work?