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.

9 lines (8 loc) 231 B
import type { MandatoryProps } from './utils'; export type TutorialBeginData = MandatoryProps & { steps_taken: number; }; export type TutorialCompleteData = MandatoryProps & { steps_taken: number; last_step: number; };