Skip to content

Commit 34cdd74

Browse files
authored
🤖 Merge PR DefinitelyTyped#73107 [dockerode] Fix ConfigFrom type in NetworkCreateOptions by @cywang117
1 parent 8c57ecc commit 34cdd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/dockerode/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ declare namespace Dockerode {
483483
Attachable?: boolean | undefined;
484484
Ingress?: boolean | undefined;
485485
ConfigOnly?: boolean | undefined;
486-
ConfigFrom?: { Network?: string } | undefined;
486+
ConfigFrom?: { Network: string } | undefined;
487487
Options?: { [option: string]: string } | undefined;
488488
Labels?: { [label: string]: string } | undefined;
489489

0 commit comments

Comments
 (0)