UNPKG

@kiwicom/smart-faq

Version:

Smart FAQ

16 lines (13 loc) 379 B
// @noflow export type LogEvent = | 'smartFAQ' | 'smartFAQBookingOverview' | 'smartFAQCategories' | 'smartFAQNoBooking' | 'contactForm' | 'goBack'; export type EventPayload = { [string]: string | number | boolean }; const emptyCuckoo = { infinario: (ev: LogEvent, payload: EventPayload) => {}, // eslint-disable-line no-unused-vars }; export default emptyCuckoo;