/** Common fields shared across all tracking event types. */ export interface CommonFields { funnel?: string; testData?: string; } //# sourceMappingURL=CommonFields.d.ts.map