UNPKG

131 BPlain TextView Raw
1export interface PersonalizeAnalyticsEvent {
2 eventType?: string;
3 userId?: string;
4 properties?: {
5 [key: string]: string;
6 };
7}