webapi-ng2
Version:
ASP.NET Core Web API client generator for Angular 2
13 lines (11 loc) • 558 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ParameterSource;
(function (ParameterSource) {
ParameterSource[ParameterSource["Body"] = 0] = "Body";
ParameterSource[ParameterSource["Form"] = 1] = "Form";
ParameterSource[ParameterSource["Header"] = 2] = "Header";
ParameterSource[ParameterSource["Route"] = 3] = "Route";
ParameterSource[ParameterSource["Query"] = 4] = "Query";
})(ParameterSource = exports.ParameterSource || (exports.ParameterSource = {}));
//# sourceMappingURL=parameter-source.js.map