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