| 13 | import { getMasterDbClient } from './database/client' |
| 14 | |
| 15 | interface CliOptions { |
| 16 | batchSize: number |
| 17 | filePath: string |
| 18 | showHelp: boolean |
| 19 | } |
| 20 | |
| 21 | type ImportFileFormat = 'jsonl' | 'json' |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected