mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Use correct data structures for Config and Options in IPAM definition (#45441)
Co-authored-by: Jasper Jansen <jansen@voltolabs.com>
This commit is contained in:
parent
7f7d42fd34
commit
f3227e802f
4
types/dockerode/index.d.ts
vendored
4
types/dockerode/index.d.ts
vendored
@ -431,8 +431,8 @@ declare namespace Dockerode {
|
||||
/* tslint:disable:interface-name */
|
||||
interface IPAM {
|
||||
Driver: string;
|
||||
Config?: { [key: string]: string };
|
||||
Options?: Array<{ [key: string]: string }>;
|
||||
Config?: Array<{[key: string]: string }>;
|
||||
Options?: { [key: string]: string };
|
||||
}
|
||||
/* tslint:enable:interface-name */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user