diff --git a/types/index.d.ts b/types/index.d.ts index 4a46fecf7..eb778dc4d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -284,7 +284,7 @@ interface Pm2Env { /** * The number of running instances. */ - instances?: number; + instances?: number | 'max'; /** * The path of the script being run in this process. */