TODO: Create interface IContext and refer to interface type instead of Context class · Issue #6 · snytkine/bind-rest · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface may be re-declared from npm package using declaration merging (typescript feature)
For example a npm package for using AWS Lambda may augment the IContext interface (Interface can be redefined only by adding new properties, cannot redeclare existing ones)
The text was updated successfully, but these errors were encountered:
The interface may be re-declared from npm package using declaration merging (typescript feature)
For example a npm package for using AWS Lambda may augment the IContext interface (Interface can be redefined only by adding new properties, cannot redeclare existing ones)
The text was updated successfully, but these errors were encountered: