Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Render type parameters in external SymbolDoc symbols
The external `SymbolDoc` type did not render type parameters: ```ts Record<string, number> ``` This fix updates the external symbol type to include the type parameters.
- Loading branch information