mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-01 23:00:19 +00:00
Update index.d.ts
This commit is contained in:
Vendored
+3
-4
@@ -824,11 +824,11 @@ declare namespace Dockerode {
|
||||
src: string[];
|
||||
}
|
||||
|
||||
interface DockerVersion{
|
||||
interface DockerVersion {
|
||||
ApiVersion: string;
|
||||
Arch: string;
|
||||
BuildTime: Date;
|
||||
Components: {
|
||||
Components: Array<{
|
||||
Details: {
|
||||
ApiVersion: string;
|
||||
Arch: string;
|
||||
@@ -841,7 +841,7 @@ declare namespace Dockerode {
|
||||
};
|
||||
Name: string;
|
||||
Version: string;
|
||||
}[];
|
||||
}>;
|
||||
GitCommit: string;
|
||||
GoVersion: string;
|
||||
KernelVersion: string;
|
||||
@@ -852,7 +852,6 @@ declare namespace Dockerode {
|
||||
};
|
||||
Version: string;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
type Callback<T> = (error?: any, result?: T) => void;
|
||||
|
||||
Reference in New Issue
Block a user