UNPKG

@configurator/ravendb

Version:
7 lines (6 loc) 300 B
import { RestoreBackupConfigurationBase } from "./RestoreBackupConfigurationBase"; import { GoogleCloudSettings } from "./GoogleCloudSettings"; export interface RestoreFromGoogleCloudConfiguration extends RestoreBackupConfigurationBase { settings: GoogleCloudSettings; type: "GoogleCloud"; }