UNPKG

@itwin/imodels-client-management

Version:

iModels API client wrapper for applications that manage iModels.

10 lines 325 B
/** * Content-Type header values that are used with for iModels API. */ export var ContentType; (function (ContentType) { ContentType["Json"] = "application/json"; ContentType["Png"] = "image/png"; ContentType["Jpeg"] = "image/jpeg"; })(ContentType || (ContentType = {})); //# sourceMappingURL=RestClient.js.map