UNPKG

ravendb

Version:
7 lines 371 B
import { RestoreBackupConfigurationBase } from "./RestoreBackupConfigurationBase.js"; import { GoogleCloudSettings } from "./GoogleCloudSettings.js"; export interface RestoreFromGoogleCloudConfiguration extends RestoreBackupConfigurationBase { settings: GoogleCloudSettings; type: "GoogleCloud"; } //# sourceMappingURL=RestoreFromGoogleCloudConfiguration.d.ts.map