| 14 | } |
| 15 | |
| 16 | export interface ImageGenResult { |
| 17 | base64: string; |
| 18 | mimeType: string; |
| 19 | } |
| 20 | |
| 21 | import { logger } from './logger'; |
| 22 | import { loadPersistedConfig } from './configPersistence'; |
nothing calls this directly
no outgoing calls
no test coverage detected