wfm-mobile-core
Version:
WFM Mobile Core
14 lines (13 loc) • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.headersJSON = exports.headersHAL = void 0;
var headersHAL = {
'Content-Type': 'application/hal+json',
Accept: 'application/hal+json',
};
exports.headersHAL = headersHAL;
var headersJSON = {
'Content-Type': 'application/json',
Accept: 'application/json',
};
exports.headersJSON = headersJSON;