modrinthjs
Version:
A type safe Modrinth implementation.
20 lines (19 loc) • 676 B
JavaScript
;
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreatableReport = void 0;
var CreatableReport;
(function (CreatableReport) {
/**
* The type of the item being reported
*/
let item_type;
(function (item_type) {
item_type["PROJECT"] = "project";
item_type["USER"] = "user";
item_type["VERSION"] = "version";
})(item_type = CreatableReport.item_type || (CreatableReport.item_type = {}));
})(CreatableReport || (exports.CreatableReport = CreatableReport = {}));