UNPKG

@ginstone/nga-api

Version:

12 lines (11 loc) 338 B
"use strict"; 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;