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.
1 parent 8ea9b6f commit 478843bCopy full SHA for 478843b
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