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
I created a generic interface called Box and added a @typeParam document property <T> for this class.
Nevertheless, after I generated the markdown document for this interface, there was no description regarding the T, which is very strange.
/** * Box interface. * @typeParam T - Box type * @public */exportinterfaceBox<T>{type: T;}
When you open the Stackblize link, just run npm run dev, it will call api-extractor and api-documenter automatically.
The text was updated successfully, but these errors were encountered:
Here is an example hosted by StackBlize
I created a generic interface called
Box
and added a@typeParam
document property<T>
for this class.Nevertheless, after I generated the markdown document for this interface, there was no description regarding the
T
, which is very strange.When you open the
Stackblize
link, just runnpm run dev
, it will callapi-extractor
andapi-documenter
automatically.The text was updated successfully, but these errors were encountered: