| 112 | |
| 113 | // ── INTERFACE ────────────────────────────────────────────────────── |
| 114 | export interface ModelSpec { |
| 115 | execute(input: ParsedDesignSystem): ModelResult; |
| 116 | } |
| 117 | |
| 118 | // ── VALIDATION HELPERS ───────────────────────────────────────────── |
| 119 |
no outgoing calls
no test coverage detected
searching dependent graphs…