mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-23 06:18:56 +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 {
|
||||
exitCode: ?number;
|
||||
exitCode?: number;
|
||||
out: string;
|
||||
err: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue