UNPKG

@itwin/object-storage-tests-backend

Version:

Tests for generic storage packages

10 lines 438 B
import { ClientStorage, FrontendStorage, ServerStorage } from "@itwin/object-storage-core"; interface StorageIntegrationTestsConfig { serverStorage: ServerStorage; clientStorage: ClientStorage; frontendStorage: FrontendStorage; } export declare let config: StorageIntegrationTestsConfig; export declare function setOptions(options: StorageIntegrationTestsConfig): void; export {}; //# sourceMappingURL=Config.d.ts.map