Type Alias ClusterUpdateStatus

ClusterUpdateStatus: {
    added?: string[];
    deleted?: string[];
    type: "update";
}