UNPKG

@true-directive/base

Version:

The set of base classes for the TrueDirective Grid

9 lines (8 loc) 203 B
var PageInfo = /** @class */ (function () { function PageInfo(offset, limit) { this.offset = offset; this.limit = limit; } return PageInfo; }()); export { PageInfo };