| 38 | type ActiveSection = "models" | "providers" | "labs"; |
| 39 | |
| 40 | interface PageMetadata { |
| 41 | title: string; |
| 42 | description: string; |
| 43 | } |
| 44 | |
| 45 | interface RenderedPage { |
| 46 | html: string; |
nothing calls this directly
no outgoing calls
no test coverage detected