| 29 | await program.parseAsync(); |
| 30 | |
| 31 | interface SourceEntry { |
| 32 | name: string; |
| 33 | url?: string; |
| 34 | lastFetched?: string; |
| 35 | ageDays?: number; |
| 36 | staleFlag: boolean; |
| 37 | } |
| 38 | |
| 39 | interface Row { |
| 40 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected