| 390 | |
| 391 | /** Reference to a resolved component — used across all annotation types */ |
| 392 | export interface ComponentRef { |
| 393 | componentName: string; |
| 394 | filePath: string; |
| 395 | lineNumber: number; |
| 396 | columnNumber?: number; |
| 397 | } |
| 398 | |
| 399 | export type ToolType = "select"; |
| 400 |
nothing calls this directly
no outgoing calls
no test coverage detected