Skip to main content
Version: 8.9

Type Alias: GroupSearchQuerySortRequest

type GroupSearchQuerySortRequest = object;

Properties

field

field: "name" | "groupId";

The field to sort by.


order?

optional order?: SortOrderEnum;