MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel /

Class

packages/importer/src/base-provider.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { BaseRawEvent, ErrorContext, ImportJobMetadata } from './types';
3
4export abstract class BaseImportProvider<
5 TRawEvent extends BaseRawEvent = BaseRawEvent,
6> {
7 abstract provider: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected