UNPKG

@ginstone/nga-api

Version:

10 lines (9 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PageParam = void 0; class PageParam { constructor(page) { this.page = page; } } exports.PageParam = PageParam;