MCPcopy Create free account
hub / github.com/experdot/pointer /

Class

src/renderer/src/services/importers/base.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10} from './types'
11
12export abstract class BaseImporter implements ConversationImporter {
13 abstract platform: ImportPlatform
14 abstract name: string
15 abstract description: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected