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.

8 lines (7 loc) 204 B
import type { MandatoryProps } from './utils'; export type FormStepRenderData = MandatoryProps & { offer_id?: string; quote_id: string; accordion_index: string; accordion_name: string; };