UNPKG

@devopness/sdk-js

Version:

Devopness API JS/TS SDK - Painless essential DevOps to everyone

27 lines (26 loc) 762 B
"use strict"; /* eslint-disable */ /** * devopness API * Devopness API - Painless essential DevOps to everyone * * The version of the OpenAPI document: latest * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.EnvironmentType = void 0; /** * Environment\'s type * @export * @enum {string} */ var EnvironmentType; (function (EnvironmentType) { EnvironmentType["Development"] = "development"; EnvironmentType["Production"] = "production"; EnvironmentType["Staging"] = "staging"; })(EnvironmentType || (exports.EnvironmentType = EnvironmentType = {}));