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
Is @param <T> - description a valid alternative for @typeParam T - description? It's marked as invalid in the playground but is provided as an example in the docs:
/** * Wrapper for an HTTP Response * @typeParam B - Response body * @param <H> - Headers */interfaceHttpResponse<B,H>{body: B;headers: H;statusCode: number;}
The text was updated successfully, but these errors were encountered:
Is
@param <T> - description
a valid alternative for@typeParam T - description
? It's marked as invalid in the playground but is provided as an example in the docs:The text was updated successfully, but these errors were encountered: