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

    Type Alias SearchClusterVariablesResponses

    type SearchClusterVariablesResponses = {
        "200": SearchQueryResponse & {
            items?: (
                ClusterVariableResultBase & { isTruncated?: boolean; value?: string }
            )[];
        };
    }
    Index

    Properties

    Properties

    "200": SearchQueryResponse & {
        items?: (
            ClusterVariableResultBase & { isTruncated?: boolean; value?: string }
        )[];
    }

    Cluster variable search query response.

    Type Declaration