* Mount configuration
| 22 | * Mount configuration |
| 23 | */ |
| 24 | interface MountConfig { |
| 25 | filePath: string; |
| 26 | content: string; |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Complete template interface that includes both metadata and configuration |
nothing calls this directly
no outgoing calls
no test coverage detected