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.

5 lines (4 loc) 131 B
import type { MandatoryProps } from './utils'; export type CancelPolicyRequestedData = MandatoryProps & { sale_id?: string; };