import type { EventV2KpiMetric } from './EventV2KpiMetric'; import type { meta } from './meta'; export type EventV2KpiMetricResponse = { data?: Array; meta?: meta; };