@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias ClusterModeChangeOperation

    A single operation that is part of a cluster mode change.

    type ClusterModeChangeOperation = {
        mode: string | null;
        operation: string;
    }
    Index
    mode: string | null

    The target mode of the operation, if applicable.

    operation: string

    The type of the operation.