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) 219 B
import type { MandatoryProps } from './utils'; export type TravelCompanionUpsertedEvent = MandatoryProps & { first_name?: string; last_name?: string; document_type?: string; document_number?: string; };