UNPKG

@itwin/core-backend

Version:
15 lines 674 B
/*--------------------------------------------------------------------------------------------- * 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 */ /** * Types and functions for creating, deleting and authorizing access to cloud-based blob containers for an iTwin. * @beta */ export var BlobContainer; (function (BlobContainer) { })(BlobContainer || (BlobContainer = {})); //# sourceMappingURL=BlobContainerService.js.map