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