API ClientsTypeScript SDKAPI ReferenceCoreType AliasesMappingRuleSearchQuerySortRequestVersion: 8.10 (unreleased)On this pageType Alias: MappingRuleSearchQuerySortRequest type MappingRuleSearchQuerySortRequest = object; Properties field field: "mappingRuleId" | "claimName" | "claimValue" | "name"; The field to sort by. order? optional order?: SortOrderEnum;Was this helpful?