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.
Describe the bug
The
DropboxAuth.getAuthenticationUrlhas a return type ofStringwhich should be astring.To Reproduce
Expected Behavior
The return type should be of type
string.Actual Behavior
The return type is currently
String.Screenshots
Versions
The SDK is the latest version available: 10.34+
The problem happens with TypeScript.