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