UNPKG

@ginstone/nga-api

Version:

15 lines (14 loc) 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReadTopicParam = void 0; /** * 阅读主题参数 */ class ReadTopicParam { constructor(tid, page, authorid) { this.tid = tid; this.page = page; this.authorid = authorid; } } exports.ReadTopicParam = ReadTopicParam;