| 10 | } from './types' |
| 11 | |
| 12 | export abstract class BaseImporter implements ConversationImporter { |
| 13 | abstract platform: ImportPlatform |
| 14 | abstract name: string |
| 15 | abstract description: string |
nothing calls this directly
no outgoing calls
no test coverage detected