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 023e5a6 commit 779c901Copy full SHA for 779c901
src/Documents/Operations/Backups/GoogleCloudSettings.ts
@@ -1,6 +1,6 @@
1
-import { BackupStatus } from "./BackupStatus.js";
+import { BackupSettings } from "./BackupSettings.js";
2
3
-export interface GoogleCloudSettings extends BackupStatus {
+export interface GoogleCloudSettings extends BackupSettings {
4
5
bucketName: string;
6
remoteFolderName: string;
0 commit comments