| 34 | } |
| 35 | |
| 36 | interface SearchProviderCatalogEntry { |
| 37 | providerId: string |
| 38 | label: string |
| 39 | envKey: string |
| 40 | requiresApiKey: boolean |
| 41 | note: string |
| 42 | keyPlaceholder: string |
| 43 | } |
| 44 | |
| 45 | interface RouterTier { |
| 46 | provider: string |
nothing calls this directly
no outgoing calls
no test coverage detected