UNPKG

modrinthjs

Version:
17 lines (16 loc) 523 B
"use strict"; /* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Thread = void 0; var Thread; (function (Thread) { let type; (function (type) { type["PROJECT"] = "project"; type["REPORT"] = "report"; type["DIRECT_MESSAGE"] = "direct_message"; })(type = Thread.type || (Thread.type = {})); })(Thread || (exports.Thread = Thread = {}));