Skip to main content
Version: 8.9 (unreleased)

Type Alias: DecisionRequirementsSearchQuerySortRequest

type DecisionRequirementsSearchQuerySortRequest = object;

Defined in: gen/types.gen.ts:1913

Properties

field

field:
| "decisionRequirementsKey"
| "decisionRequirementsName"
| "version"
| "decisionRequirementsId"
| "tenantId";

Defined in: gen/types.gen.ts:1917

The field to sort by.


order?

optional order: SortOrderEnum;

Defined in: gen/types.gen.ts:1918