ClusterData: Pick<Cluster, "enabled" | "url"> & {
    quietDown: boolean;
    restart: boolean;
    turnMaintenance: boolean;
}