get_type_definition
Get the full source definition of any type—interface, type alias, class, or enum—by entering the type name and path to the TS/JS file.
Instructions
Extracts the full definition of any type (interface, type alias, class, enum) by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the type to extract | |
| path | Yes | Absolute path to the TS/JS file |