export type EventV2KpiMetric = { id?: string; eventVersionId?: string; eventId?: string; eventName?: string; semanticVersion?: string; stateId?: string; shared?: boolean; consumerCount?: number; brokerType?: string; topicAddress?: string; type?: string; };