| 29 | } from "./extensions-render"; |
| 30 | |
| 31 | interface Extension extends RenderableExtension { |
| 32 | lastUpdated?: string | null; |
| 33 | keywords?: string[]; |
| 34 | } |
| 35 | |
| 36 | interface ExtensionsData { |
| 37 | items: Extension[]; |
nothing calls this directly
no outgoing calls
no test coverage detected