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
async({require})=>{const{ Link }=require('@deep-foundation/deeplinks/imports/minilinks');constlink: Link<number>={// When I write here I want to see autocompletion}
Additional Information
If we create interface inside our root function and use the interface - typescript works fine. The problem is related only to the require parameter that is of type any and Typescript does not know what that require can return. It is not the same as using builtin require
Code
Additional Information
If we create interface inside our root function and use the interface - typescript works fine. The problem is related only to the require parameter that is of type any and Typescript does not know what that require can return. It is not the same as using builtin require
Forked from deep-foundation/deepcase-app#182 by https://github.com/konard/gh-org-migrator
The text was updated successfully, but these errors were encountered: