interface DeploymentStructure {
    clusters: string[];
}

Properties

Properties

clusters: string[]