openapi-tsk
Version:
openapi tool to use with NodeTskeleton template project
11 lines (10 loc) • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ParameterIn = void 0;
var ParameterIn;
(function (ParameterIn) {
ParameterIn["QUERY"] = "query";
ParameterIn["HEADER"] = "header";
ParameterIn["PATH"] = "path";
ParameterIn["COOKIE"] = "cookie";
})(ParameterIn || (exports.ParameterIn = ParameterIn = {}));