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.
AzureRepository.settings
1 parent 1f5dfb2 commit b9e7e41Copy full SHA for b9e7e41
specification/snapshot/_types/SnapshotRepository.ts
@@ -39,7 +39,7 @@ export class RepositoryBase {
39
40
export class AzureRepository extends RepositoryBase {
41
type: 'azure'
42
- settings: AzureRepositorySettings
+ settings?: AzureRepositorySettings
43
}
44
45
export class GcsRepository extends RepositoryBase {
0 commit comments