UNPKG

@itwin/object-storage-google

Version:

Object storage implementation using Google Cloud Storage

6 lines 221 B
import { StorageOptions } from "@itwin/object-storage-core"; export interface GoogleStorageConfig extends StorageOptions { projectId: string; bucketName: string; } //# sourceMappingURL=GoogleStorageConfig.d.ts.map