diff --git a/index.d.ts b/index.d.ts index 44166db..fd57a41 100644 --- a/index.d.ts +++ b/index.d.ts @@ -24,6 +24,7 @@ declare module "docker-compose" { cwd: string; config?: string | string[]; log?: boolean; + commandOptions: string[] | Array; } interface IDockerComposeLogOptions extends IDockerComposeOptions {