Skip to content

Commit b9e7e41

Browse files
committed
AzureRepository.settings is optional
1 parent 1f5dfb2 commit b9e7e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/snapshot/_types/SnapshotRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class RepositoryBase {
3939

4040
export class AzureRepository extends RepositoryBase {
4141
type: 'azure'
42-
settings: AzureRepositorySettings
42+
settings?: AzureRepositorySettings
4343
}
4444

4545
export class GcsRepository extends RepositoryBase {

0 commit comments

Comments
 (0)