Skip to content

Commit 031b285

Browse files
authored
🤖 Merge PR DefinitelyTyped#74354 [dockerode] Improve ContainerStats type by @zll600
1 parent 6c3221e commit 031b285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/dockerode/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,9 @@ declare namespace Dockerode {
828828
}
829829

830830
interface ContainerStats {
831+
id?: string;
832+
name?: string;
833+
os_type?: string;
831834
read: string;
832835
preread: string;
833836
pids_stats?: PidsStats;

0 commit comments

Comments
 (0)