12345678910111213 |
- export var ContentType;
- (function (ContentType) {
- ContentType["FORM"] = "application/x-www-form-urlencoded";
- ContentType["JSON"] = "application/json; charset=utf-8";
- })(ContentType || (ContentType = {}));
- export var Device;
- (function (Device) {
- // IOS = 'iOS',
- // ANDROID = 'Android',
- // WINDOWS = 'Windows',
- Device["PC"] = "PC";
- })(Device || (Device = {}));
- //# sourceMappingURL=headers.js.map
|