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.

6 lines (5 loc) 168 B
import type { MandatoryProps } from './utils'; export type UserAccountOnboardingCompletedData = MandatoryProps & { steps_taken: number; total_steps: number; };