timeline-state-resolver-types
Version:
Have timeline, control stuff
21 lines • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpSendActions = exports.TimelineContentTypeHTTPParamType = exports.TimelineContentTypeHTTP = void 0;
var TimelineContentTypeHTTP;
(function (TimelineContentTypeHTTP) {
TimelineContentTypeHTTP["GET"] = "get";
TimelineContentTypeHTTP["POST"] = "post";
TimelineContentTypeHTTP["PUT"] = "put";
TimelineContentTypeHTTP["DELETE"] = "delete";
})(TimelineContentTypeHTTP = exports.TimelineContentTypeHTTP || (exports.TimelineContentTypeHTTP = {}));
var TimelineContentTypeHTTPParamType;
(function (TimelineContentTypeHTTPParamType) {
TimelineContentTypeHTTPParamType["JSON"] = "json";
TimelineContentTypeHTTPParamType["FORM"] = "form";
})(TimelineContentTypeHTTPParamType = exports.TimelineContentTypeHTTPParamType || (exports.TimelineContentTypeHTTPParamType = {}));
var HttpSendActions;
(function (HttpSendActions) {
HttpSendActions["Resync"] = "resync";
HttpSendActions["SendCommand"] = "sendCommand";
})(HttpSendActions = exports.HttpSendActions || (exports.HttpSendActions = {}));
//# sourceMappingURL=httpSend.js.map