UNPKG

@botonic/plugin-hubtype-analytics

Version:

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

8 lines (7 loc) 299 B
import { EventCustom, RequestData } from '../types'; import { HtEvent } from './ht-event'; export declare class HtEventCustom extends HtEvent { custom_fields: Record<string, any>; custom_sensitive_fields: Record<string, any>; constructor(event: EventCustom, requestData: RequestData); }