UNPKG

@agility/management-sdk

Version:
17 lines (16 loc) 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListParams = void 0; var ListParams = /** @class */ (function () { function ListParams() { this.filter = ''; this.fields = ''; this.sortDirection = ''; this.sortField = ''; this.showDeleted = false; this.take = 50; this.skip = 0; } return ListParams; }()); exports.ListParams = ListParams;