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
This is a bug - typedoc today only tracks one symbol->reflection relationship today, so can't tell which one it ought to link to according to if the reference is in type or value space.
Search terms
same name interface const
Question
Given the below code:
index.ts
coin.ts
On the
balance
function, how can I tell typedoc to link to the Interface and not the Const?Currently the
Coin
return type inbalance()
links to the Const object.The text was updated successfully, but these errors were encountered: