Type alias DeploymentProvisioningInfoStage

DeploymentProvisioningInfoStage: Omit<DeploymentBuildAttempt, "id"> & {
    build_attempts: DeploymentBuildAttempt[];
    name: string;
}

Type declaration