"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Payload;
(function (Payload) {
Payload["STRING"] = "string";
Payload["JSON"] = "json";
Payload["BINARY"] = "binary";
})(Payload = exports.Payload || (exports.Payload = {}));