modrinthjs
Version:
A type safe Modrinth implementation.
16 lines (15 loc) • 602 B
JavaScript
;
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreatableProject = void 0;
var CreatableProject;
(function (CreatableProject) {
let project_type;
(function (project_type) {
project_type["MOD"] = "mod";
project_type["MODPACK"] = "modpack";
})(project_type = CreatableProject.project_type || (CreatableProject.project_type = {}));
})(CreatableProject || (exports.CreatableProject = CreatableProject = {}));