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