mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35:32 +00:00
Merge pull request #79 from lukeautry/patch-1
Fix TypeScript typings for DockerComposeResult
This commit is contained in:
commit
f77821303d
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -63,7 +63,7 @@ interface IDockerComposePushOptions extends IDockerComposeOptions {
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IDockerComposeResult {
|
interface IDockerComposeResult {
|
||||||
exitCode: ?number;
|
exitCode?: number;
|
||||||
out: string;
|
out: string;
|
||||||
err: string;
|
err: string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue