UNPKG

@ninetailed/experience.js-plugin-insights

Version:

Ninetailed SDK plugin for Ninetailed Insights

6 lines (5 loc) 189 B
import type { ComponentViewEvent, Profile } from '@ninetailed/experience.js-shared'; export type ComponentViewEventBatch = { profile: Profile; events: ComponentViewEvent[]; };