@ginstone/nga-api
Version:
12 lines (11 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SearchForumParam = void 0;
const PageParam_1 = require("./PageParam");
class SearchForumParam extends PageParam_1.PageParam {
constructor(key, page) {
super(page);
this.key = key;
}
}
exports.SearchForumParam = SearchForumParam;