@itwin/imodels-client-management
Version:
iModels API client wrapper for applications that manage iModels.
13 lines • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentType = void 0;
/**
* Content-Type header values that are used with for iModels API.
*/
var ContentType;
(function (ContentType) {
ContentType["Json"] = "application/json";
ContentType["Png"] = "image/png";
ContentType["Jpeg"] = "image/jpeg";
})(ContentType || (exports.ContentType = ContentType = {}));
//# sourceMappingURL=RestClient.js.map