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) 215 B
import type { MandatoryProps } from './utils'; export type OtpErrorEvent = MandatoryProps & { error_code: 'otp-invalid' | 'otp-expired' | 'otp-too-many-attempts' | 'otp-network-error' | 'otp-user-not-found'; };