headers.js 418 B

12345678910111213
  1. export var ContentType;
  2. (function (ContentType) {
  3. ContentType["FORM"] = "application/x-www-form-urlencoded";
  4. ContentType["JSON"] = "application/json; charset=utf-8";
  5. })(ContentType || (ContentType = {}));
  6. export var Device;
  7. (function (Device) {
  8. // IOS = 'iOS',
  9. // ANDROID = 'Android',
  10. // WINDOWS = 'Windows',
  11. Device["PC"] = "PC";
  12. })(Device || (Device = {}));
  13. //# sourceMappingURL=headers.js.map