UNPKG

@itwin/object-storage-google

Version:

Object storage implementation using Google Cloud Storage

15 lines 663 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. *--------------------------------------------------------------------------------------------*/ /* eslint-disable @typescript-eslint/naming-convention */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Types = void 0; const types = { GoogleServer: { config: Symbol.for("Types.GoogleServer.Config"), }, }; exports.Types = types; //# sourceMappingURL=Types.js.map