| 25 | // ── Types ──────────────────────────────────────────────────────────── |
| 26 | |
| 27 | interface ChannelConfig { |
| 28 | searchQueries: string[]; |
| 29 | rssFeeds: string[]; |
| 30 | sites: string[]; |
| 31 | } |
| 32 | |
| 33 | interface RawItem { |
| 34 | channel: string; |
nothing calls this directly
no outgoing calls
no test coverage detected