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.