UNPKG

@itwin/imodels-client-management

Version:

iModels API client wrapper for applications that manage iModels.

10 lines 421 B
/** * User entity properties that are supported in $orderBy url parameter which specifies by what property * entities are ordered in a collection. */ export var UserOrderByProperty; (function (UserOrderByProperty) { UserOrderByProperty["GivenName"] = "givenName"; UserOrderByProperty["Surname"] = "surname"; })(UserOrderByProperty || (UserOrderByProperty = {})); //# sourceMappingURL=UserOperationParams.js.map