@camunda8/sdk
    Preparing search index...

    Type Alias SearchSortRequest<T>

    SearchSortRequest: { field: T; order?: "ASC" | "DESC" }[]

    Type Parameters

    • T = string

    Type declaration

    • field: T

      The field to sort by.

    • Optionalorder?: "ASC" | "DESC"

      The order in which to sort the related field. Default value: ASC