UNPKG

@omnia/fx-models

Version:
9 lines (8 loc) 241 B
import { EventAction } from "./EventAction"; export interface AnalyticsSettings { enableEventTracking: boolean; eventCategory: string; eventName: string; eventActions?: Array<EventAction>; eventActionTemplate?: string; }