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