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

    Type Alias ClusterRestoreOperation

    ClusterRestoreOperation:
        | { operation: "UpdateIncarnationNumberOperation" } & ClusterRestoreBrokerOperation
        | { operation: "PartitionPreRestoreOperation" } & ClusterRestorePartitionOperation
        | { operation: "PartitionRestoreOperation" } & ClusterRestorePartitionRestoreOperation
        | { operation: "ModeChangeOperation" } & ClusterRestoreModeChangeOperation
        | { operation: "AwaitModeChangeOperation" } & ClusterRestoreAwaitModeChangeOperation

    A single operation that is part of a restore. Every operation names the broker that applies it; the rest of its properties depend on what the operation does, so it is reported as one of the variants below, distinguished by operation. A property a variant does not declare is absent from the response rather than reported as null.