Visual Studio Code – How to import Typescript definition of Dropbox API types?
I'm making a browser app in VS Code in Typescript that uses the Dropbox SDK. This import works: import { Dropbox, DropboxAuth, DropboxResponse, DropboxResponseError } from 'dropbox'; This upload code works too: const uploadResult = await dropbox.filesUpload( {path: constants.dropboxFilename, contents:…