UNPKG

@itwin/object-storage-google

Version:

Object storage implementation using Google Cloud Storage

9 lines 558 B
import { DependencyConfig, DIContainer } from "@itwin/cloud-agnostic-core"; import { ServerStorageDependency } from "@itwin/object-storage-core"; import { GoogleStorageConfig } from "../server/wrappers"; export type GoogleServerStorageBindingsConfig = GoogleStorageConfig & DependencyConfig; export declare class GoogleServerStorageBindings extends ServerStorageDependency { readonly dependencyName: string; register(container: DIContainer, config: GoogleServerStorageBindingsConfig): void; } //# sourceMappingURL=GoogleServerStorageBindings.d.ts.map