UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

9 lines (8 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KongPlaneEnum = void 0; var KongPlaneEnum; (function (KongPlaneEnum) { KongPlaneEnum["control"] = "control"; KongPlaneEnum["data"] = "data"; })(KongPlaneEnum = exports.KongPlaneEnum || (exports.KongPlaneEnum = {}));