UNPKG

@itwin/imodels-client-management

Version:

iModels API client wrapper for applications that manage iModels.

13 lines 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserOrderByProperty = void 0; /** * User entity properties that are supported in $orderBy url parameter which specifies by what property * entities are ordered in a collection. */ var UserOrderByProperty; (function (UserOrderByProperty) { UserOrderByProperty["GivenName"] = "givenName"; UserOrderByProperty["Surname"] = "surname"; })(UserOrderByProperty || (exports.UserOrderByProperty = UserOrderByProperty = {})); //# sourceMappingURL=UserOperationParams.js.map