UNPKG

@comparaonline/event-tracker

Version:

This library it's an interface between any frontend application and some event tracking platforms, currently Snowplow and Tag Manager.

6 lines (5 loc) 158 B
import type { MandatoryProps } from './utils'; export type OneClickCheckoutCompletedEvent = MandatoryProps & { order_id: string; offer_id: string; };