import type { EventApi } from './EventApi'; export type EventApiResponse = { data?: EventApi; meta?: Record; };