modrinthjs
Version:
A type safe Modrinth implementation.
26 lines (25 loc) • 823 B
JavaScript
;
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateProjectBody = void 0;
var CreateProjectBody;
(function (CreateProjectBody) {
/**
* Project icon file
*/
let icon;
(function (icon) {
icon["_PNG"] = "*.png";
icon["_JPG"] = "*.jpg";
icon["_JPEG"] = "*.jpeg";
icon["_BMP"] = "*.bmp";
icon["_GIF"] = "*.gif";
icon["_WEBP"] = "*.webp";
icon["_SVG"] = "*.svg";
icon["_SVGZ"] = "*.svgz";
icon["_RGB"] = "*.rgb";
})(icon = CreateProjectBody.icon || (CreateProjectBody.icon = {}));
})(CreateProjectBody || (exports.CreateProjectBody = CreateProjectBody = {}));