import type { RuntimeAgentRegionInternalDTO } from './RuntimeAgentRegionInternalDTO'; export type RuntimeAgentRegionInternalsResponse = { data?: Array; meta?: Record; };