UNPKG

@itwin/object-storage-oss

Version:
12 lines 565 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = void 0; const constants = { storageType: "oss", }; exports.Constants = constants; //# sourceMappingURL=Constants.js.map