We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ea9b6f + 478843b commit 2bd5fc2Copy full SHA for 2bd5fc2
src/Documents/Operations/Backups/GoogleCloudSettings.ts
@@ -1,6 +1,6 @@
1
-import { BackupStatus } from "./BackupStatus";
+import { BackupSettings } from "./BackupSettings";
2
3
-export interface GoogleCloudSettings extends BackupStatus {
+export interface GoogleCloudSettings extends BackupSettings {
4
5
bucketName: string;
6
remoteFolderName: string;
0 commit comments