| 2 | import type { BaseRawEvent, ErrorContext, ImportJobMetadata } from './types'; |
| 3 | |
| 4 | export abstract class BaseImportProvider< |
| 5 | TRawEvent extends BaseRawEvent = BaseRawEvent, |
| 6 | > { |
| 7 | abstract provider: string; |
nothing calls this directly
no outgoing calls
no test coverage detected