import type { CustomAttribute } from './CustomAttribute'; export type EventApiVersion = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; readonly id?: string; eventApiId: string; description?: string; version?: string; displayName?: string; producedEventVersionIds?: Array; consumedEventVersionIds?: Array; declaredEventApiProductVersionIds?: Array; customAttributes?: Array; stateId?: string; type?: string; };