update TS types

This commit is contained in:
Alexander Zeitler 2019-03-20 03:23:13 +01:00
parent d3a2455055
commit 4f23e43493

1
index.d.ts vendored
View file

@ -24,6 +24,7 @@ declare module "docker-compose" {
cwd: string;
config?: string | string[];
log?: boolean;
commandOptions: string[] | Array<string | string[]>;
}
interface IDockerComposeLogOptions extends IDockerComposeOptions {