| 15 | } |
| 16 | |
| 17 | export interface SearchableItem { |
| 18 | title: string; |
| 19 | description?: string; |
| 20 | [key: string]: unknown; |
| 21 | } |
| 22 | |
| 23 | export interface SearchOptions { |
| 24 | fields?: string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected