Skip to content

Commit e40cf28

Browse files
committed
AzureRepository.settings is optional
1 parent 6a12ba9 commit e40cf28

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
@@ -46,7 +46,7 @@ export class AzureRepository extends RepositoryBase {
4646
/**
4747
* The repository settings.
4848
*/
49-
settings: AzureRepositorySettings
49+
settings?: AzureRepositorySettings
5050
}
5151

5252
export class GcsRepository extends RepositoryBase {

0 commit comments

Comments
 (0)