UNPKG
@veecode-platform/safira-cli
Version:
latest (0.13.0)
0.13.0
0.12.3
0.12.2
0.12.1
0.12.0
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
Generate a microservice project from your spec.
docs.platform.vee.codes
@veecode-platform/safira-cli
/
dist
/
kong
/
kong-plane-enum.js
9 lines
(8 loc)
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"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
= {}));