Skip to content

Commit 2bd5fc2

Browse files
authored
Merge pull request #451 from ml054/v5.4
invalid inheritance
2 parents 8ea9b6f + 478843b commit 2bd5fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Documents/Operations/Backups/GoogleCloudSettings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { BackupStatus } from "./BackupStatus";
1+
import { BackupSettings } from "./BackupSettings";
22

3-
export interface GoogleCloudSettings extends BackupStatus {
3+
export interface GoogleCloudSettings extends BackupSettings {
44

55
bucketName: string;
66
remoteFolderName: string;

0 commit comments

Comments
 (0)