feat: new importer (#214)
This commit is contained in:
committed by
GitHub
parent
b51bc8f3f6
commit
212254d31a
13
packages/importer/src/index.ts
Normal file
13
packages/importer/src/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export { UmamiProvider } from './providers/umami';
|
||||
export { MixpanelProvider } from './providers/mixpanel';
|
||||
export type {
|
||||
ImportConfig,
|
||||
ImportProgress,
|
||||
ImportResult,
|
||||
BatchResult,
|
||||
BaseRawEvent,
|
||||
ErrorContext,
|
||||
EventProperties,
|
||||
ImportJobMetadata,
|
||||
ImportStageResult,
|
||||
} from './types';
|
||||
Reference in New Issue
Block a user