export type EventParamType = string | number | boolean | null export type AnalyticsEventPropertiesType = 'string' | 'number' | 'boolean' export type PrimitivePropertyDataType = string | number | boolean