"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 = {}));