dropbox-sdk-js
dropbox-sdk-js copied to clipboard
DropboxAuth.getAuthenticationUrl returns incorrect type
Describe the bug
The DropboxAuth.getAuthenticationUrl has a return type of String which should be a string.
To Reproduce
const url = DropboxAuth.getAuthenticationUrl(...)
// url is now of type String and not string
Expected Behavior
The return type should be of type string.
Actual Behavior
The return type is currently String.
Screenshots
Versions
- What version of the SDK are you using?
The SDK is the latest version available: 10.34+
- Are you using Javascript or Typescript?
The problem happens with TypeScript.
Thanks, I'll ask the team to look into this.