get_type_hierarchy
Discover a type's inheritance and implementation relationships in a JavaScript/TypeScript project. Shows what it extends or implements and which types extend or implement it.
Instructions
Hierarchy of a type: what it extends/implements and who extends/implements it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| type_name | Yes | Name of the class, interface or type alias |