19 lines
314 B
TypeScript
19 lines
314 B
TypeScript
// Config
|
|
export {
|
|
analyticsEnv,
|
|
EventType,
|
|
eventPropertiesSchema,
|
|
kpiDefinitions,
|
|
alertThresholds,
|
|
} from './config/analytics.config';
|
|
|
|
// Services
|
|
export {
|
|
MixpanelService,
|
|
mixpanelService,
|
|
} from './services/mixpanel.service';
|
|
export {
|
|
GA4Service,
|
|
ga4Service,
|
|
} from './services/ga4.service';
|