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