(input: ParsedDesignSystem)
| 113 | // ── INTERFACE ────────────────────────────────────────────────────── |
| 114 | export interface ModelSpec { |
| 115 | execute(input: ParsedDesignSystem): ModelResult; |
| 116 | } |
| 117 | |
| 118 | // ── VALIDATION HELPERS ───────────────────────────────────────────── |
no outgoing calls