UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

6 lines 225 B
import { AzureRegion } from "./AzureRegion.js"; export type AzureRegionConfiguration = { azureRegion?: AzureRegion; environmentRegion: string | undefined; }; //# sourceMappingURL=AzureRegionConfiguration.d.ts.map