You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Tracking Plan features the same choice field in multiple events (or possibly different choice fields with the same name) then two enums are generated with the same name.
exportenumShipping_method{S_FEDEX='fedex',S_DHL='dhl',S_ROYAL_MAIL='royal_mail',S_CARRIER_PIGEON='carrier_pigeon',}exportinterfaceCheckoutStepCompleted{checkout_id: stringpayment_method?: stringshipping_method?: Shipping_methodstep: number}exportenumShipping_method{S_FEDEX='fedex',S_DHL='dhl',S_ROYAL_MAIL='royal_mail',S_CARRIER_PIGEON='carrier_pigeon',}exportinterfaceCheckoutStepViewed{checkout_id?: stringpayment_method?: string/** * Contains the information associated with the chosen shipping method. */shipping_method?: Shipping_methodstep: number}
The text was updated successfully, but these errors were encountered:
If a Tracking Plan features the same choice field in multiple events (or possibly different choice fields with the same name) then two enums are generated with the same name.
Plan
Results in (snippet):
The text was updated successfully, but these errors were encountered: