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.

12 lines (11 loc) 296 B
import type { MandatoryProps } from './utils'; export type ProfileUpdatedEvent = MandatoryProps & { first_name?: string; last_name?: string; email?: string; phone?: string; birth_date?: string; gender?: string; document_type?: string; document_number?: string; };