question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generate typings for version 4.0.15

See original GitHub issue

declare module DropboxTypes { interface DropboxOptions { // An access token for making authenticated requests. accessToken?: string; // The client id for your app. Used to create authentication URL. clientId?: string; // Select user is only used by team endpoints. It specifies which user the team access token should be acting as. selectUser?: string; // Root path used to access namespaces different from home namespace (team folders etc) pathRoot?: string; // Fetch library for making requests. fetch?: Function }

‘pathRoot’ and ‘fetch’ parameters are in dropbox_types.d.tstemplate but not in dropbox_types.d.ts, need to generate types from templates otherwise newly added parameters aren’t usable in typescript

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Bohdan-Teretacommented, Mar 7, 2019

Works for me, fetch and pathRoot params are recognized in typescript now

1reaction
greg-dbcommented, Jan 22, 2019

@michellemv Thanks for the note! I’ll ask the team to work on that as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you produce a .d.ts "typings" definition file from an ...
Show activity on this post. Here is some PowerShell that creates a single TypeScript definition file a library that includes multiple *. js...
Read more >
Typescript build errors · Issue #17 · gnaeus/knockout-decorators
Hi, seems that these are typings from @types/knockout . Since version 3.5.0 knockout has own typings, but they are using different names for ......
Read more >
MySQL Reference Manual for version 4.0.20a.
MySQL Reference Manual for version 4.0.20a. 1 General Information. The MySQL (R) software delivers a very fast, multi-threaded, multi-user, and robust SQL ...
Read more >
types-mock - PyPI
Typing stubs for mock. This is a PEP 561 type stub package for the mock package. It can be used by type-checking tools...
Read more >
Scripting - Chapter 11: List of Functions - PlayOnLinux
POL_RequiredVersion (4.0.15+). Arguments: Minimum version. Description: Checks that the user is running a version of PlayOnLinux/PlayOnMac ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found