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) 200 B
import type { MandatoryProps } from './utils'; export type PersonAutocompletedData = MandatoryProps & { id_type: string; id: string; has_submitted_info: boolean; quote_id?: string; };