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