UNPKG

@botonic/plugin-hubtype-analytics

Version:

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

4 lines (3 loc) 197 B
import { HtEvent } from './event-models'; import { HtEventProps, RequestData } from './types'; export declare function createHtEvent(requestData: RequestData, htEventProps: HtEventProps): HtEvent;