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.

7 lines (6 loc) 191 B
import type { MandatoryProps } from './utils'; export type VehicleAutocompletedData = MandatoryProps & { vehicle_plate: string; has_submitted_info: boolean; quote_id?: string; };