UNPKG

@ginstone/nga-api

Version:

10 lines (9 loc) 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ForumType = void 0; // 版面类型 var ForumType; (function (ForumType) { ForumType["FORUM"] = "\u7248\u9762"; ForumType["COLLECTION"] = "\u5408\u96C6"; })(ForumType = exports.ForumType || (exports.ForumType = {}));