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