@itwin/core-backend
Version:
iTwin.js backend components
18 lines • 800 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module BlobContainers
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlobContainer = void 0;
/**
* Types and functions for creating, deleting and authorizing access to cloud-based blob containers for an iTwin.
* @beta
*/
var BlobContainer;
(function (BlobContainer) {
})(BlobContainer || (exports.BlobContainer = BlobContainer = {}));
//# sourceMappingURL=BlobContainerService.js.map
;