dropbox / dropbox/dropbox-sdk-js
TypeScript compiler did not support the import sdk
- Dominant language
- JavaScript
- Stars
- 970
- Forks
- 353
- Avg merge
- 9h 3m
- Merged PRs (30d)
- 2
Description
```
import { Dropbox } from 'dropbox';
const dbx = new Dropbox({ accessToken });
dbx.filesSearch({
path: '',
query: filename,
start: nextPageToken,
max_results: pageSize,
mode: 'filename'
})
```
The `mode` type here is `string` which is not assignable to the type definition: `SearchMode`. However, it is unclear how to import the type
`(method) DropboxTypes.Dropbox.filesSearch(arg: DropboxTypes.files.SearchArg): Promise`

Contributor guide
Assessment
This issue has not been assessed yet.