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

    Type Alias ClusterVariableSearchQuerySortRequest

    type ClusterVariableSearchQuerySortRequest = {
        field: "name" | "value" | "tenantId" | "scope";
        order?: SortOrderEnum;
    }
    Index

    Properties

    Properties

    field: "name" | "value" | "tenantId" | "scope"

    The field to sort by.