UNPKG

@botonic/plugin-hubtype-analytics

Version:

Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord

10 lines (9 loc) 375 B
import { EventAction, EventHandoffOption, RequestData } from '../types'; import { HtEvent } from './ht-event'; export declare class HtEventHandoffOption extends HtEvent { action: EventAction.HandoffOption; flow_thread_id?: string; handoff_queue_id?: string; handoff_queue_name?: string; constructor(event: EventHandoffOption, requestData: RequestData); }