mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-14 20:21:39 +00:00
update TS types
This commit is contained in:
parent
d3a2455055
commit
4f23e43493
1 changed files with 1 additions and 0 deletions
1
index.d.ts
vendored
1
index.d.ts
vendored
|
|
@ -24,6 +24,7 @@ declare module "docker-compose" {
|
|||
cwd: string;
|
||||
config?: string | string[];
|
||||
log?: boolean;
|
||||
commandOptions: string[] | Array<string | string[]>;
|
||||
}
|
||||
|
||||
interface IDockerComposeLogOptions extends IDockerComposeOptions {
|
||||
|
|
|
|||
Loading…
Reference in a new issue