export interface IAPIAnalyticsEventResponse {
  visitId: string;
  visitorId: string;
}
