Skip to content

Commit

Permalink
Merge pull request #451 from ml054/v5.4
Browse files Browse the repository at this point in the history
invalid inheritance
  • Loading branch information
ml054 committed Aug 9, 2024
2 parents 8ea9b6f + 478843b commit 2bd5fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Documents/Operations/Backups/GoogleCloudSettings.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BackupStatus } from "./BackupStatus";
import { BackupSettings } from "./BackupSettings";

export interface GoogleCloudSettings extends BackupStatus {
export interface GoogleCloudSettings extends BackupSettings {

bucketName: string;
remoteFolderName: string;
Expand Down

0 comments on commit 2bd5fc2

Please sign in to comment.