interface DeploymentGatesChangeEvent {
    gateNames?: string[];
}

Properties

Properties

gateNames?: string[]